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
848 B
Tcl
24 lines
848 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 RcppGSL 0.3.13
|
|
revision 3
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rcpp integration for GNU GSL vectors and matrices
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.gsl.html
|
|
checksums rmd160 2b08eab354c0146a6e7986a576e681bf21dfe9d8 \
|
|
sha256 fe5e73bc119c6424e1a40b6fea17417a7bba93e81dbe9b7cf86dde9b8e8d93e7 \
|
|
size 302527
|
|
|
|
depends_lib-append port:gsl \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|