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