You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
808 B
Tcl
23 lines
808 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 c.bergmeir Rmalschains 0.2-10
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Continuous Optimization using Memetic Algorithms \
|
|
with Local Search Chains (MA-LS-Chains)
|
|
long_description {*}${description}
|
|
checksums rmd160 eadc700093dc8914c431a2ef30afbb8838bebc23 \
|
|
sha256 ad3e6d8e62d2d63717474092a1083c69dc12c50ba1defd260a9c8dfdcb97e297 \
|
|
size 263099
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-inline
|
|
|
|
test.run yes
|