# -*- 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 compilers 1.0 name blitz-devel version 0.10-20151126 categories math devel platforms darwin license {LGPL-3+ BSD Artistic-2} maintainers nomaintainer conflicts blitz fetch.type hg hg.url http://blitz.hg.sourceforge.net:8000/hgroot/blitz/blitz hg.tag 8749c555825c description a C++ class library for scientific computing long_description Blitz++ is a (LGPLv3+) licensed meta-template library for \ array manipulation in C++ with a speed comparable to \ Fortran implementations, while preserving an \ object-oriented interface. These results are being \ obtained not through better optimizing compilers, \ preprocessors, or language extensions, but through the \ use of template techniques. By using templates cleverly, \ optimizations such as loop fusion, unrolling, tiling, \ and algorithm specialization can be performed \ automatically at compile time. homepage http://blitz.sourceforge.net/ platforms darwin use_autoreconf yes configure.args --infodir=${prefix}/share/info \ --enable-shared \ --enable-static \ --enable-optimize \ --disable-doxygen \ --disable-dot \ --disable-latex-docs destroot.args docdir=${prefix}/share/doc/${name} variant docs description {Generate API documentation} { depends_lib-append port:doxygen \ path:bin/dot:graphviz configure.args-delete --disable-doxygen \ --disable-dot configure.args-append --enable-doxygen \ --enable-dot } compilers.choose fc f77 f90 compilers.setup require_fortran # does not do any live check livecheck.type sourceforge