Files

28 lines
966 B
Tcl
Raw Permalink Normal View History

2023-01-18 11:56:55 +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-12-05 10:06:44 +08:00
R.setup github coatless-rpkg rcppensmallen 0.2.22.1.1
2023-01-18 11:56:55 +08:00
set R.package RcppEnsmallen
2024-12-05 10:06:44 +08:00
revision 0
2023-01-18 11:56:55 +08:00
categories-append math
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-10-10 07:24:57 +08:00
license GPL-2+
2024-02-18 08:19:23 +08:00
description Rcpp integration for the Ensmallen templated C++ \
mathematical optimization library
2023-01-18 11:56:55 +08:00
long_description {*}${description}
2024-12-05 10:06:44 +08:00
checksums rmd160 c984d799d2a2ee2535c471943da12c7020eb9912 \
sha256 efa94ea583ed8b10dadda323c7b693257d0ec24df65ba150147fe5cdd3031725 \
size 267833
2023-01-18 11:56:55 +08:00
depends_lib-append port:R-Rcpp \
port:R-RcppArmadillo
compilers.setup require_fortran
2023-02-24 09:59:38 +08:00
depends_test-append port:R-knitr \
port:R-rmarkdown
test.run yes