# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           fortran 1.0

github.setup        jacobwilliams finterp 1.3.0
revision            0
categories-append   math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Multidimensional linear interpolation with modern Fortran
long_description    Can be used to perform multidimensional (1D–6D) linear interpolation of data on a regular grid. \
                    The code is written in modern Fortran (2003/2008) and is object-oriented and thread-safe.
checksums           rmd160  2a446271b7792a9ca86da01f3c72d9a4675bd816 \
                    sha256  74a970ac69d41ee27d336747c1d6f3bd2d8034eef75d98565fa5399633fa2ee9 \
                    size    26593

post-destroot {
    set docdir ${prefix}/share/doc/${name}
    xinstall -d ${destroot}${docdir}
    xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
}

test.run            yes
