Files

32 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2023-01-18 11:10:53 +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
2024-05-31 09:48:54 +08:00
R.setup cran eddelbuettel RcppZiggurat 0.1.6
revision 3
2023-01-18 11:10:53 +08:00
categories-append math
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-01-18 11:10:53 +08:00
license {GPL-2 GPL-3}
description Rcpp integration of different Ziggurat normal RNG implementations
long_description {*}${description}
homepage https://dirk.eddelbuettel.com/code/rcpp.gsl.html
checksums rmd160 da52497a93da459251857611b7b995135033d168 \
sha256 9c78255ca476c945c05a564d1e4da363de714d890e0e27f3b252fd73c50eed71 \
size 405526
2024-05-31 09:48:54 +08:00
# As a matter of fact, it links to gsl directly,
# so we need a lib dependency.
# https://github.com/eddelbuettel/rcppziggurat/issues/21
depends_lib-append port:gsl \
port:R-Rcpp \
2023-01-18 11:10:53 +08:00
port:R-RcppGSL
2024-05-31 09:48:54 +08:00
depends_test-append port:R-knitr \
port:R-microbenchmark \
port:R-pinp \
port:R-rbenchmark \
port:R-rmarkdown
test.run yes