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
936 B
Tcl
24 lines
936 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 RInside 0.2.18
|
|
revision 3
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description C++ classes to embed R in C++ (and C) applications
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rinside.html
|
|
checksums rmd160 04b22704a4bc0563fddc304d2471e08137206882 \
|
|
sha256 805014f0f0a364633e0e3c59100665a089bc455dec80b24f04aaec96466cb736 \
|
|
size 81785
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
# /usr/bin/install_name_tool: more than one input file specified (@loader_path/../lib and -add_rpath)
|
|
patchfiles-append patch-fix-install_name_tool.diff
|
|
|
|
test.run yes
|