You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
939 B
Tcl
27 lines
939 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 RcppDE 0.1.7
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Global optimization by differential evolution in C++
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.de.html
|
|
checksums rmd160 a6ef3d4066c1ec360395dda4ef9dde29f77badd2 \
|
|
sha256 4a238ee97e574cb44b12e4962b9927dd811f087fc13fc777637ec6fe12bd86a0 \
|
|
size 284329
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-DEoptim \
|
|
port:R-inline
|
|
|
|
test.run yes
|