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
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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 albrecht.gebhardt interp 1.1-6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Interpolation methods
|
|
long_description {*}${description}
|
|
checksums rmd160 65f9153e7b329e2d128225624c3627f324dbda03 \
|
|
sha256 3674044e5334ecdf124054303929c084fc0797d3123e28576a230492ea6ecd34 \
|
|
size 1112116
|
|
|
|
depends_lib-append port:R-deldir \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-Deriv \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-Ryacas \
|
|
port:R-scatterplot3d \
|
|
port:R-sp \
|
|
port:R-stringi \
|
|
port:R-stringr
|
|
|
|
test.run yes
|