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
32 lines
1.2 KiB
Tcl
32 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
|
|
|
|
R.setup cran pachadotdev cpp11armadillo 0.3.3
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
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
|
|
checksums rmd160 77b0a72173aef9c7c386dd6cf4dddb42f26f7b9f \
|
|
sha256 452819868bd8cb4bb12680adec89279de1de6118c04754462170bd5e1d33a6cd \
|
|
size 732574
|
|
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
|