You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 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 RcppCore RcppArmadillo 14.2.2-1
|
|
revision 0
|
|
categories-append math
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
license GPL-2+
|
|
description Rcpp integration for the Armadillo Templated Linear Algebra Library
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.armadillo.html
|
|
checksums rmd160 37db6eff6bf147cae952e3c59feefe2512c59eba \
|
|
sha256 d12981ac8c9b60b543b37334479314ad3d09e3cb5393a72594da3d0e1a2cc828 \
|
|
size 1397189
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-pkgKitten \
|
|
port:R-reticulate \
|
|
port:R-slam \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|