Ticket #22733: py25-fipy_Portfile

File py25-fipy_Portfile, 930 bytes (added by jjstickel@…, 14 years ago)
Line 
1# JJS 10/7/09
2
3PortSystem      1.0
4PortGroup       python25 1.0
5
6name                py25-fipy
7version             2.0.2
8categories-append   math
9maintainers         vcn.com:jjstickel openmaintainer
10description         FiPy: A Finite Volume PDE Solver Using Python
11long_description    FiPy is an object oriented, partial differential \
12                    equation (PDE) solver, written in Python , based on \
13                    a standard finite volume (FV) approach.
14platforms           darwin
15homepage            http://www.ctcms.nist.gov/fipy/
16master_sites        http://matforge.org/fipy/downloader/download/release/13/file/34
17distname            FiPy-${version}
18checksums           md5     ad570c5612fcb2e87bbe256d84dbeac5 \
19                    sha1    615beb3d159cc56cb6759f4e7a871f9cfb38664b \
20                    rmd160  629fdf882346cc5dd3df5aec1702f70e8c603c58
21                   
22depends_lib-append      port:py25-numpy\
23                        port:py25-matplotlib\
24                        port:py25-pysparse