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
26 lines
902 B
Tcl
26 lines
902 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 ADMM 0.3.3
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Algorithms using Alternating Direction Method of Multipliers
|
|
long_description {*}${description}
|
|
checksums rmd160 bb6956f4f3402effff34b83ca842f947d895669a \
|
|
sha256 1618e822808c68ec76f9060dc39c6ac2cc6f5dff0603a0359f727490bf8d7111 \
|
|
size 54946
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rdpack
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|