mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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 luca-scr GA 3.2.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description R package for optimization using genetic algorithms
|
|
long_description {*}${description}
|
|
homepage https://luca-scr.github.io/GA
|
|
checksums rmd160 84e33cb9698d948e48daf6382c51b75365277068 \
|
|
sha256 e59f6638534e858eeac541efd774046ef3db130345999a374b6ce6dfbab081bd \
|
|
size 3095080
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-crayon \
|
|
port:R-foreach \
|
|
port:R-iterators \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-doParallel \
|
|
port:R-doRNG \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|