You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
911 B
Tcl
25 lines
911 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 roigrp ROI.plugin.ecos 1.0-2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description ECOS plug-in for the R Optimization Infrastructure
|
|
long_description {*}${description}
|
|
homepage https://gitlab.com/roigrp/solver/ROI.plugin.ecos
|
|
checksums rmd160 741ec456cc7f03878ce00356a313bacdb7b7b21b \
|
|
sha256 7a575842ce1b1d529147e7276a9b923a509f415d3069ccc779014a9d6d615306 \
|
|
size 6336
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ECOSolveR \
|
|
port:R-ROI \
|
|
port:R-slam
|
|
|
|
test.run yes
|