# -*- 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 78677 2011-05-17 16:23:53Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-fipy
version             2.1.2
set release         17
set file            53
categories-append   math
platforms           darwin
maintainers         vcn.com:jjstickel openmaintainer

description         FiPy: A Finite Volume PDE Solver Using Python
long_description    FiPy is an object oriented, partial differential \
                    equation (PDE) solver, written in Python, based on \
                    a standard finite volume (FV) approach. Uses matplotlib \
                    for viewing.

homepage            http://www.ctcms.nist.gov/fipy/
master_sites        http://matforge.org/fipy/downloader/download/release/${release}/file/${file}
distname            FiPy-${version}

checksums           md5     d01b97bdd124d6ece2d68e439c303a29 \
                    sha1    0f1b33aade066c6b53fd5840ca642b95ecb0cd25 \
                    rmd160  86a921340583f9abfab93e8e83f6357ef6d4ef34

depends_lib         port:py26-numpy \
                    port:py26-matplotlib \
                    port:py26-pysparse \
                    port:py26-scipy \
                    port:py26-ipython \
                    port:gmsh
