Ticket #22732: py25-pysparse_Portfile

File py25-pysparse_Portfile, 810 bytes (added by jjstickel@…, 14 years ago)
Line 
1# JJS 10/7/09
2
3PortSystem      1.0
4PortGroup       python25 1.0
5
6name                py25-pysparse
7version             1.1
8categories-append   math
9maintainers         vcn.com:jjstickel openmaintainer
10description         Pysparse is a fast sparse matrix library for Python.
11long_description    PySparse extends the Python interpreter by a set of sparse matrix \
12    types holding double precision values.
13platforms           darwin
14homepage            http://pysparse.sourceforge.net/index.html
15master_sites        sourceforge:pysparse
16distname            pysparse-${version}
17checksums           md5     b6d52b9b34824be138f75dd790d52598 \
18                    sha1    55e935e6b9c089e3740bd11494ed6bf451e56c84 \
19                    rmd160  81bccdde11c072565808eeade5995d03dd8a7010
20
21depends_lib-append      port:py25-numpy