# -*- 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 polyroots-fortran 1.3.0 name fortran-polyroots revision 0 categories-append math license Apache-2 maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Polynomial roots with modern Fortran long_description Modern Fortran library for finding the roots of real and complex polynomial equations. checksums rmd160 4355ffb479528ca674312eda1b08684796d3d219 \ sha256 5b5700ef2d9a2b4c26d871a39535d23b0d4fbdf3b9ae8534730a0d16c95b3687 \ size 94604 github.tarball_from archive # Notice that this port uses ieee_arithmetic module which may not be available on some platforms. post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE.md README.md ${destroot}${docdir} } test.run yes