Ticket #54583: Portfile.3

File Portfile.3, 1.2 KB (added by mf2k (Frank Schima), 7 years ago)

Here is my modified Portfile. Please use this one.

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 e0ca283e38c9467a487b2458dfdc5ec032b10aca \
21                    sha256 070ce6ee09988ca94da67d0c5f05b4e623c0f71c82f64fa813e71cb15b1e7751
22
23use_zip             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