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
42 lines
1.3 KiB
Tcl
42 lines
1.3 KiB
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 jack 6.1.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Jack, zonal and Schur polynomials
|
|
long_description {*}${description}
|
|
homepage https://github.com/stla/jackR
|
|
checksums rmd160 ce5098a1daaa1c5f82d00ba75552dd0d222a523e \
|
|
sha256 1e47d7da21eb487730460158ba8564818f0ad0eb78f849fae8538f3548db6e0e \
|
|
size 84500
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:gmp \
|
|
port:mpfr \
|
|
port:R-BH \
|
|
port:R-DescTools \
|
|
port:R-gmp \
|
|
port:R-multicool \
|
|
port:R-mvp \
|
|
port:R-partitions \
|
|
port:R-qspray \
|
|
port:R-ratioOfQsprays \
|
|
port:R-Rcpp \
|
|
port:R-RcppCGAL \
|
|
port:R-spray \
|
|
port:R-symbolicQspray \
|
|
port:R-syt
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|