You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
874 B
Tcl
26 lines
874 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 cran eddelbuettel RcppFastAD 0.0.4
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rcpp bindings to FastAD auto-differentiation
|
|
long_description {*}${description}
|
|
homepage https://github.com/eddelbuettel/rcppfastad
|
|
checksums rmd160 8baf3a1a49f4a970970f37e0ea623e022ce0a8d5 \
|
|
sha256 7c36e29edeeef4da4c32f62d8ce24119bee26fddc27cbf2808653dcc7ae4edef \
|
|
size 52121
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
compiler.cxx_standard 2020
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|