Files

32 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2024-08-27 10:58: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
2024-09-03 15:17:06 +08:00
R.setup cran pachadotdev cpp11armadillo 0.3.3
2024-08-27 10:58:54 +08:00
revision 0
categories-append math
platforms {darwin any}
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2024-08-27 10:58:54 +08:00
license Apache-2
description Armadillo interface
long_description ${name} provides function declarations and inline function \
definitions that facilitate communication between R \
and the Armadillo C++ library for linear algebra \
and scientific computing.
homepage https://pacha.dev/cpp11armadillo
2024-09-03 15:17:06 +08:00
checksums rmd160 77b0a72173aef9c7c386dd6cf4dddb42f26f7b9f \
sha256 452819868bd8cb4bb12680adec89279de1de6118c04754462170bd5e1d33a6cd \
size 732574
2024-08-27 10:58:54 +08:00
supported_archs noarch
depends_test-append port:R-cpp11 \
port:R-desc \
port:R-knitr \
port:R-mockery \
port:R-rmarkdown \
port:R-testthat \
port:R-withr
test.run yes