# -*- 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 github 1.0 PortGroup makefile 1.0 PortGroup muniversal 1.1 github.setup JuliaMath openlibm 0.8.3 v revision 0 categories math devel license MIT ISCL BSD LGPL-2.1+ maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description high quality system independent, portable, open source libm implementation long_description OpenLibm is an effort to have a high quality, portable, standalone C mathematical library (libm). homepage https://openlibm.org checksums rmd160 68a1f1426552db8823b1f4e3008ea5787f4af6a8 \ sha256 9f83e40d1180799e580371691be522f245da4c2fdae3f09cd33031706de4c59c \ size 374991 github.tarball_from archive foreach phase {build destroot test} { ${phase}.args-append prefix=${prefix} } foreach phase {build destroot test} { foreach arch ${muniversal.architectures} { ${phase}.args.${arch}-append ARCH=${arch} } } if {[string match *clang* ${configure.compiler}]} { build.args-append USECLANG=1 build.args-append USEGCC=0 } else { build.args-append USECLANG=0 build.args-append USEGCC=1 }