# -*- 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 75935 2011-02-13 07:33:52Z ryandesign@macports.org $

PortSystem          1.0

name                blitz
version             0.9
categories          math devel
platforms           darwin
maintainers         nomaintainer

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://www.oonumerics.org/blitz/
master_sites        sourceforge

checksums           md5     031df2816c73e2d3bd6d667bbac19eca

configure.args      --infodir=${prefix}/share/info \
                    --enable-shared \
                    --disable-doxygen \
                    --disable-dot \
                    --disable-fortran \
                    --disable-latex-docs

destroot.args       docdir=${prefix}/share/doc/${name}

# does not build universal software
universal_variant   no

livecheck.distname  ${name} Blitz++
