# -*- 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 # $Id: Portfile 144255 2016-01-05 17:32:49Z dstrubbe@macports.org $ PortSystem 1.0 PortGroup muniversal 1.0 PortGroup compilers 1.0 name blitz version 0.10 revision 4 categories math devel license {LGPL-3+ BSD Artistic-2} platforms darwin maintainers nomaintainer conflicts blitz-devel description a C++ class library for scientific computing long_description Blitz++ is ${description} which provides performance on \ par with Fortran 77/90. It uses template techniques to \ achieve high performance. homepage http://web.archive.org/web/20110721185508/http://www.oonumerics.org/blitz/ master_sites sourceforge:project/blitz/blitz/Blitz%2B%2B%20${version} # 0.10 was stealth-updated 2012-07-03 dist_subdir ${name}/${version}_1 checksums rmd160 c48e8a01ebfb8ae907a8a2c2c8d345b1625b4ad5 \ sha256 804ef0e6911d43642a2ea1894e47c6007e4c185c866a7d68bad1e4c8ac4e6f94 compilers.choose fc f77 f90 compilers.setup require_fortran configure.args --enable-shared \ --disable-doxygen \ --disable-dot \ --disable-fortran \ --disable-latex-docs destroot.args docdir=${prefix}/share/doc/${name} livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}