mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
939 B
Tcl
25 lines
939 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.deoptim 1.0-2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description R-DEoptim and R-DEoptimR plug-in for the R Optimization Infrastructure
|
|
long_description {*}${description}
|
|
homepage https://gitlab.com/roigrp/solver/ROI.plugin.deoptim
|
|
checksums rmd160 5ac19304e6e19506a874e155820813c5f786ee28 \
|
|
sha256 fe3190eb93e5d0e0c25fe607b714dc4988a1c46edcb3619cf1f8ffc49a6ecf91 \
|
|
size 6373
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DEoptim \
|
|
port:R-DEoptimR \
|
|
port:R-ROI
|
|
|
|
test.run yes
|