Files

32 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2023-01-18 10:49:39 +08:00
# -*- 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
2024-08-25 09:24:14 +08:00
R.setup cran rcppcore RcppEigen 0.3.4.0.2
2024-08-17 23:00:04 +08:00
revision 0
2023-01-18 10:49:39 +08:00
categories-append math
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-11-03 11:10:42 +08:00
license GPL-2+
2023-01-18 10:49:39 +08:00
description Rcpp integration for the Eigen Templated Linear Algebra Library
long_description {*}${description}
2023-11-03 11:10:42 +08:00
homepage https://dirk.eddelbuettel.com/code/rcpp.eigen.html
2024-08-25 09:24:14 +08:00
checksums rmd160 c192a4d7877633bce976be9f31034fd63004d315 \
sha256 ecad7ba2129fd48b7ebb825558d38492ed1f3a8934959e27fcd6688175e542bb \
size 1761745
2023-01-18 10:49:39 +08:00
depends_lib-append port:R-Rcpp
2024-03-13 15:56:02 +08:00
# Fixed in upstream in: https://gitlab.com/libeigen/eigen/-/merge_requests/1150
# To be dropped with 0.3.5.
patchfiles patch-fix-powerpc.diff
2023-01-18 10:49:39 +08:00
compilers.setup require_fortran
2023-02-17 06:04:51 +08:00
depends_test-append port:R-inline \
port:R-microbenchmark \
port:R-pkgKitten \
port:R-tinytest
test.run yes