You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
882 B
Tcl
24 lines
882 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 eddelbuettel inline 0.3.20
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license LGPL
|
|
description Functions to inline C, C++, Fortran function calls
|
|
long_description {*}${description} from R.
|
|
homepage https://dirk.eddelbuettel.com/code/inline.html
|
|
checksums rmd160 249f74b108184090d2fb61ad5fb8d12e22f10d18 \
|
|
sha256 72c4af5d872fe2689444d74d5722e732d7a4b896aca73aad0b3f200268570204 \
|
|
size 25411
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-Rcpp \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|