You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
21 lines
734 B
Tcl
21 lines
734 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 cran APML0 0.10
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Augmented and penalized minimization method l0
|
|
long_description {*}${description}
|
|
checksums rmd160 949fd7356a87134f6963dfff60d806ca4965065d \
|
|
sha256 f795eec3c1c2b141ae77f1aed171d699672d71f3def0b4ddd6169f856be0d5d0 \
|
|
size 27085
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
test.run yes
|