You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.2 KiB
Tcl
31 lines
1.2 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran jwood000 RcppAlgos 2.8.5
|
|
revision 0
|
|
categories-append math
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
license GPL-2+
|
|
description High-performance tools for combinatorics and computational mathematics
|
|
long_description Provides optimized functions and flexible combinatorial iterators \
|
|
implemented in C++ for solving problems in combinatorics and computational mathematics.
|
|
checksums rmd160 c74f9d793f787dda38ca892ca49d62f8d4e30e5b \
|
|
sha256 ce4f41719cfc5e35fe77512b2981e36fbafaf6f5b6628766d50b4dc89fb98573 \
|
|
size 1015886
|
|
|
|
depends_lib-append port:gmp \
|
|
port:R-cpp11 \
|
|
port:R-gmp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-microbenchmark \
|
|
port:R-partitions \
|
|
port:R-RcppBigIntAlgos \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|