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
966 B
Tcl
28 lines
966 B
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 github coatless-rpkg rcppensmallen 0.2.22.1.1
|
|
set R.package RcppEnsmallen
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rcpp integration for the Ensmallen templated C++ \
|
|
mathematical optimization library
|
|
long_description {*}${description}
|
|
checksums rmd160 c984d799d2a2ee2535c471943da12c7020eb9912 \
|
|
sha256 efa94ea583ed8b10dadda323c7b693257d0ec24df65ba150147fe5cdd3031725 \
|
|
size 267833
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|