# -*- 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 perazz fastmath ad0f14c455205c0e6c1b9300cd7f333fafb750e2 version 2023.01.22 revision 0 categories-append math license MIT maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Modern Fortran library for fast, approximate math functions long_description This is a modern Fortran library for fast, approximate math functions: exp, log, 1/sqrt. \ These functions provide fast, approximate evaluations of the exponential, logarithm \ and normalization functions in 64-bit precision. checksums rmd160 8711bed328cbdb0e820e92942b42f8e689f5b08d \ sha256 a829880e5408553419c061a9f732c1a469f613303d3b0f38652ba4190fec36a4 \ size 8627 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