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
20 lines
759 B
Tcl
20 lines
759 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 cran rootSolve 1.8.2.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Non-linear root finding, equilibrium and steady-state analysis of ordinary differential equations.
|
|
long_description {*}${description}
|
|
checksums rmd160 9f5dba870a55977635baaca1e209e1fb12536070 \
|
|
sha256 e16a317ea494192e0a5668a18f7eb99675f8edf3b3095861d213bc2590ad385d \
|
|
size 504139
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|