# -*- 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 # PortGroup linear_algebra 1.0 github.setup jacobwilliams nlesolver-fortran 1.2.0 name fortran-nlesolver revision 1 categories-append math license BSD maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Nonlinear equation solver with modern Fortran long_description Basic Newton–Raphson type nonlinear equation solver \ for dense systems with m functions of n input variables. checksums rmd160 6d4070586be95bbd329ff43162db16cb96a167c6 \ sha256 173ba25327b7d344de75c5f00f8dd93b6b371d83016280a5c8a60bc36871d126 \ size 32047 depends_lib-append port:fmin \ port:vecLibFort build.cmd-append --link-flag="-L${prefix}/lib -lvecLibFort" 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