You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
912 B
Tcl
24 lines
912 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 schlather RandomFieldsUtils 1.2.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-3+ MIT}
|
|
description Utilities for the simulation and analysis of random fields and genetic data
|
|
long_description {*}${description}
|
|
homepage https://www.wim.uni-mannheim.de/schlather/publications/software
|
|
checksums rmd160 901d19fff10f80debdd3d6e36527d53e29e30a0c \
|
|
sha256 8cc288ba0f234eedb20ac791c89e18bde15e1f690ce34a303ff91a45d7f84e2e \
|
|
size 337901
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-RandomFields \
|
|
port:R-spam
|
|
|
|
test.run yes
|