Ticket #54583: Portfile.5

File Portfile.5, 1.2 KB (added by repagh (Rene van Paassen), 7 years ago)

again updated portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4
2
3PortSystem          1.0
4PortGroup cmake     1.0
5PortGroup github    1.0
6
7github.setup        bgrimstad splinter 3.0 v
8categories          science
9license             MPL-2.0
10maintainers         gmail.com:rene.vanpaassen openmaintainer
11platforms           darwin
12
13description         library for multivariate function approximation with splines
14long_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
20checksums           rmd160 4371f8e8617081b2e71d3a14181b522293b97493 \
21                    sha256 2f11a5160599a0b119477ab590b77ba66f537f6309305e2524a69f2947aec675
22
23cmake.out_of_source yes
24patchfiles          patch-splinter-mlpyinstall.diff \
25                    patch-splinter-eigen3.diff
26patch.pre_args      -p1
27
28depends_lib-append  port:eigen3
29
30configure.args-append \
31            -DEIGEN_DIRECTORY=${prefix}/include/eigen3