# -*- 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 ddeabm 3.0.1
revision            1
categories-append   math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Modern Fortran implementation of the DDEABM Adams–Bashforth algorithm
long_description    This is a modern object-oriented Fortran implementation \
                    of the DDEABM Adams–Bashforth–Moulton ODE solver. \
                    The original Fortran 77 code was obtained from the SLATEC library. \
                    It has been extensively refactored.
checksums           rmd160  ffe7e10455166dd60122836ceac51189ffd7cc55 \
                    sha256  fc11164656a993c1acebaf4fb42be8164a44a8f34dfab92a6779b564a85ac4c6 \
                    size    239096
github.tarball_from archive

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
