mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1005 B
Tcl
28 lines
1005 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 stla interpolation 0.1.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Interpolation of bivariate functions
|
|
long_description Provides two different methods, linear and non-linear, to interpolate a bivariate function, \
|
|
scalar-valued or vector-valued.
|
|
checksums rmd160 9f83a9b02e79b4fbb1ccf90f56792099935f3665 \
|
|
sha256 c9d631c54ff2872d2401dced57705e9eecd9a520967eedb0107ca58ac18ee809 \
|
|
size 6568
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
depends_lib-append port:gmp \
|
|
port:R-BH \
|
|
port:R-Rcpp \
|
|
port:R-RcppCGAL
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
test.run yes
|