You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran dirkschumacher ompr.roi 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description A solver for R-ompr based on the R Optimization Infrastructure (ROI)
|
|
long_description {*}${description}
|
|
homepage https://dirkschumacher.github.io/ompr
|
|
checksums rmd160 42d3a0117f0e0a92af4f54d91d555be3408769f7 \
|
|
sha256 74c5c2c7baf795c97f8c7d05d71eccca25e214cd8eb53d444131cf1e0bf70cf0 \
|
|
size 6540
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ompr \
|
|
port:R-ROI \
|
|
port:R-slam
|
|
|
|
depends_test-append port:R-magrittr \
|
|
port:R-ROI.plugin.glpk \
|
|
port:R-testthat
|
|
|
|
test.run yes
|