# -*- 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 LSQR 1.0.0 revision 0 categories-append math license CPL maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Modern Fortran sparse linear systems solver long_description A Fortran 2008 edition of LSQR, a conjugate-gradient type method \ for solving sparse linear equations and sparse least-squares problems. checksums rmd160 d884cb3f464a29e84680478fe6609acb28248366 \ sha256 a4bee09e10d45107b7cca9eb9485ad2b3203f7cff68ddd5cc611c94b7066f016 \ size 79535 post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE.txt README.md ${destroot}${docdir} } test.run yes