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 d2dce503fbb8c89b4a17a912ce689e98dcdddefe \ |
---|
21 | sha256 94c57c9335ff2f04e2597e19b5f4714121e36bd6cbd2301f89c43f024e882df |
---|
22 | |
---|
23 | cmake.out_of_source yes |
---|
24 | use_zip yes |
---|
25 | patchfiles patch-splinter-mlpyinstall.diff \ |
---|
26 | patch-splinter-eigen3.diff |
---|
27 | patch.pre_args -p1 |
---|
28 | |
---|
29 | depends_lib-append port:eigen3 |
---|
30 | |
---|
31 | configure.args-append \ |
---|
32 | -DEIGEN_DIRECTORY=${prefix}/include/eigen3 |
---|