You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran rcppcore RcppEigen 0.3.4.0.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rcpp integration for the Eigen Templated Linear Algebra Library
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.eigen.html
|
|
checksums rmd160 c192a4d7877633bce976be9f31034fd63004d315 \
|
|
sha256 ecad7ba2129fd48b7ebb825558d38492ed1f3a8934959e27fcd6688175e542bb \
|
|
size 1761745
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
# Fixed in upstream in: https://gitlab.com/libeigen/eigen/-/merge_requests/1150
|
|
# To be dropped with 0.3.5.
|
|
patchfiles patch-fix-powerpc.diff
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-inline \
|
|
port:R-microbenchmark \
|
|
port:R-pkgKitten \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|