1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup bgrimstad splinter 3.0 v |
---|
8 | categories science |
---|
9 | license MPL-2.0 |
---|
10 | maintainers gmail.com:rene.vanpaassen openmaintainer |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description library for multivariate function approximation with splines |
---|
14 | long_description SPLINTER (SPLine INTERpolation) is a library for *multivariate \ |
---|
15 | function approximation with splines*. The library can be used \ |
---|
16 | for function approximation, regression, data smoothing, data \ |
---|
17 | reduction, and much more. Spline approximations are represented \ |
---|
18 | by a speedy C++ implementation of the tensor product B-spline. |
---|
19 | |
---|
20 | checksums rmd160 4371f8e8617081b2e71d3a14181b522293b97493 \ |
---|
21 | sha256 2f11a5160599a0b119477ab590b77ba66f537f6309305e2524a69f2947aec675 |
---|
22 | |
---|
23 | cmake.out_of_source yes |
---|
24 | patchfiles patch-splinter-mlpyinstall.diff \ |
---|
25 | patch-splinter-eigen3.diff |
---|
26 | patch.pre_args -p1 |
---|
27 | |
---|
28 | depends_lib-append port:eigen3 |
---|
29 | |
---|
30 | configure.args-append \ |
---|
31 | -DEIGEN_DIRECTORY=${prefix}/include/eigen3 |
---|