Files

31 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2023-03-08 16:01:54 +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
# GitHub version lags behind.
2024-11-02 05:45:43 +08:00
R.setup cran jwood000 RcppAlgos 2.8.5
revision 0
2023-03-08 16:01:54 +08:00
categories-append math
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-10-03 15:26:44 +08:00
license GPL-2+
2023-03-08 16:01:54 +08:00
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.
2024-11-02 05:45:43 +08:00
checksums rmd160 c74f9d793f787dda38ca892ca49d62f8d4e30e5b \
sha256 ce4f41719cfc5e35fe77512b2981e36fbafaf6f5b6628766d50b4dc89fb98573 \
size 1015886
2023-03-08 16:01:54 +08:00
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