Ticket #26955: Portfile

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