2023-04-22 16:23:35 +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
|
|
|
|
|
|
|
|
|
|
R.setup cran eddelbuettel RcppDE 0.1.7
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2023-04-22 16:23:35 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-04-22 16:23:35 +08:00
|
|
|
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
|