Files
macports-ports/R/R-RcppFastAD/Portfile
T

26 lines
912 B
Tcl
Raw Normal View History

2023-03-07 20:41:43 +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-28 17:19:35 +08:00
R.setup cran eddelbuettel RcppFastAD 0.0.4
2024-09-17 22:21:32 +08:00
revision 0
2023-03-07 20:41:43 +08:00
categories-append math
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
2024-09-17 22:21:32 +08:00
license GPL-2+
2023-03-07 20:41:43 +08:00
description Rcpp bindings to FastAD auto-differentiation
long_description {*}${description}
2024-09-28 17:19:35 +08:00
homepage https://github.com/eddelbuettel/rcppfastad
checksums rmd160 8baf3a1a49f4a970970f37e0ea623e022ce0a8d5 \
sha256 7c36e29edeeef4da4c32f62d8ce24119bee26fddc27cbf2808653dcc7ae4edef \
size 52121
2023-03-07 20:41:43 +08:00
depends_lib-append port:R-Rcpp \
port:R-RcppEigen
2024-09-17 22:21:32 +08:00
compiler.cxx_standard 2020
2023-03-07 20:41:43 +08:00
depends_test-append port:R-tinytest
test.run yes