Ticket #54583: Portfile.2

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

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
12description         library for multivariate function approximation with splines
13long_description    SPLINTER (SPLine INTERpolation) is a library for *multivariate \
14                    function approximation with splines*. The library can be used \
15                    for function approximation, regression, data smoothing, data \
16                    reduction, and much more. Spline approximations are represented \
17                    by a speedy C++ implementation of the tensor product B-spline.
18patchfiles          patch-splinter-mlpyinstall.diff \
19                    patch-splinter-eigen3.diff
20patch.pre_args      -p1
21use_zip             yes
22checksums           rmd160 e0ca283e38c9467a487b2458dfdc5ec032b10aca \
23                    sha256 070ce6ee09988ca94da67d0c5f05b4e623c0f71c82f64fa813e71cb15b1e7751
24
25depends_lib         port:eigen3
26
27configure.args-append \
28                    -DEIGEN_DIRECTORY=${prefix}/include/eigen3
29
30
31