mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
852 B
Tcl
24 lines
852 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 r-forge ROI.plugin.quadprog 1.0-1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description R-quadprog plug-in for the R Optimization Infrastructure
|
|
long_description {*}${description}
|
|
checksums rmd160 ba2c95420b944ebd9ba7e8fb2825419cb5d6020e \
|
|
sha256 e891778a451cb8688fcb885e02d4ac51c09c83f8fb5344a4c271cad469712087 \
|
|
size 3813
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-quadprog \
|
|
port:R-ROI \
|
|
port:R-slam
|
|
|
|
test.run yes
|