1 | # -*- 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 |
---|
2 | # $Id: Portfile 61452 2009-12-11 20:48:33Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-fipy |
---|
8 | version 2.1 |
---|
9 | categories-append math |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description FiPy: A Finite Volume PDE Solver Using Python |
---|
12 | long_description FiPy is an object oriented, partial differential \ |
---|
13 | equation (PDE) solver, written in Python, based on \ |
---|
14 | a standard finite volume (FV) approach. |
---|
15 | platforms darwin |
---|
16 | homepage http://www.ctcms.nist.gov/fipy/ |
---|
17 | master_sites http://matforge.org/fipy/downloader/download/release/15/file/40 |
---|
18 | distname FiPy-${version} |
---|
19 | checksums md5 aeabf281eeca26e8a1d7cde027d0bad1 \ |
---|
20 | sha1 474716441c88c5efe93a676ed1eea879835941bd \ |
---|
21 | rmd160 d2b657a2449980ab8a72dce604106c31bd7eb032 |
---|
22 | |
---|
23 | depends_lib port:py26-numpy \ |
---|
24 | port:py26-matplotlib \ |
---|
25 | port:py26-pysparse |
---|