2023-01-18 10:55:50 +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
|
|
|
|
|
|
|
|
|
|
R.setup cran eddelbuettel RcppGSL 0.3.13
|
2024-05-30 17:29:02 +08:00
|
|
|
revision 3
|
2023-01-18 10:55:50 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-05-30 17:29:02 +08:00
|
|
|
license GPL-2+
|
2023-01-18 10:55:50 +08:00
|
|
|
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
|
2023-03-08 15:02:02 +08:00
|
|
|
|
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|