You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
22 lines
729 B
Tcl
22 lines
729 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 deTestSet 1.1.7.4
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Test set for differential equations
|
|
long_description {*}${description}
|
|
checksums rmd160 66c9e3564815409ea39a18bf40334a1c290a74d0 \
|
|
sha256 d19ac9f1c4babb427dcbd9df82e443211ebecacbfec1c9ecbeaeef339ad97632 \
|
|
size 643901
|
|
|
|
depends_lib-append port:R-deSolve
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|