# -*- 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.0 revision 0 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 3757c02a4704c78874bc1d1cda75ecee18200d9b \ sha256 9289247137f2133fc18eadd54ccffc3a0e5ca9cbb83a55ed900162afa6b67c4c \ size 238566 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