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
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 karline.soetaert limSolve 1.5.7.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Solving linear inverse models
|
|
long_description {*}${description}
|
|
checksums rmd160 9b4f2197d92f206a603829355c687000835c0e45 \
|
|
sha256 a5945217bbf512724297883f8d7c65846a11202266b2b6bb3355372935e85b92 \
|
|
size 747217
|
|
|
|
depends_lib-append port:R-lpSolve \
|
|
port:R-quadprog
|
|
|
|
compilers.setup require_fortran
|
|
|
|
# Tests may fail, apparently related to: https://trac.macports.org/ticket/67059
|
|
test.run yes
|