2023-01-18 10:48:23 +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-11-03 23:05:50 +08:00
|
|
|
R.setup cran RcppCore Rcpp 1.0.13-1
|
2024-07-18 13:44:17 +08:00
|
|
|
revision 0
|
2023-01-18 10:48:23 +08:00
|
|
|
categories-append devel
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-07-06 17:32:55 +08:00
|
|
|
license GPL-2+
|
2023-01-18 10:48:23 +08:00
|
|
|
description Seamless R and C++ Integration
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://www.rcpp.org
|
2024-11-03 23:05:50 +08:00
|
|
|
checksums rmd160 f62e940c60e773421462c6c7f6b4496e30317b98 \
|
|
|
|
|
sha256 1d1fc623d27082b5749f9584a9204de410134b6412a192157a3e42e2ba43969a \
|
|
|
|
|
size 3435726
|
2023-02-10 14:33:06 +07:00
|
|
|
|
2023-04-21 01:32:27 +08:00
|
|
|
# https://trac.macports.org/ticket/67254
|
|
|
|
|
platform darwin 8 {
|
|
|
|
|
patchfiles patch-tiger.diff
|
|
|
|
|
}
|
|
|
|
|
|
2023-02-10 14:33:06 +07:00
|
|
|
depends_test-append port:R-inline \
|
|
|
|
|
port:R-pkgKitten \
|
|
|
|
|
port:R-rbenchmark \
|
|
|
|
|
port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|