You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
950 B
Tcl
29 lines
950 B
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 Rcpp 1.0.13-1
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Seamless R and C++ Integration
|
|
long_description {*}${description}
|
|
homepage https://www.rcpp.org
|
|
checksums rmd160 f62e940c60e773421462c6c7f6b4496e30317b98 \
|
|
sha256 1d1fc623d27082b5749f9584a9204de410134b6412a192157a3e42e2ba43969a \
|
|
size 3435726
|
|
|
|
# https://trac.macports.org/ticket/67254
|
|
platform darwin 8 {
|
|
patchfiles patch-tiger.diff
|
|
}
|
|
|
|
depends_test-append port:R-inline \
|
|
port:R-pkgKitten \
|
|
port:R-rbenchmark \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|