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
21 lines
755 B
Tcl
21 lines
755 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 mhsatman mcga 3.0.7
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Machine coded genetic algorithms for real-valued optimization problems
|
|
long_description {*}${description}
|
|
checksums rmd160 4563da61954bd027d975f9f59b0cd9f58887891a \
|
|
sha256 8e7c7cf0d62a867fabb87b53262cc11c7a9884c808e60c19ae2396497c2c7e9b \
|
|
size 23914
|
|
|
|
depends_lib-append port:R-GA \
|
|
port:R-Rcpp
|
|
|
|
test.run yes
|