mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
27 lines
903 B
Tcl
27 lines
903 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 stla jacobi 3.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Jacobi Theta and related functions
|
|
long_description {*}${description}
|
|
checksums rmd160 d2606e46b37cf096f2994161dbd4319dff0fd0b3 \
|
|
sha256 e821a6e9e214313096523653751636172d11edace41922f356302eca9f2e5bc4 \
|
|
size 31007
|
|
|
|
depends_lib-append port:R-Carlson \
|
|
port:R-Rcpp \
|
|
port:R-rgl \
|
|
port:R-Rvcg
|
|
|
|
depends_test-append port:R-elliptic \
|
|
port:R-RcppColors \
|
|
port:R-testthat
|
|
|
|
test.run yes
|