Ticket #26953: Portfile

File Portfile, 1.1 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 61446 2009-12-11 17:52:56Z jmr@macports.org $
3
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-pysparse
8version             1.1.1
9categories-append   math
10maintainers         vcn.com:jjstickel openmaintainer
11description         a fast sparse matrix library for Python
12long_description    It provides several sparse matrix storage formats\
13                    and conversion methods. It also implements a number\
14                    of iterative solvers, preconditioners, and interfaces\
15                    to efficient factorization packages.
16platforms           darwin
17homepage            http://pysparse.sourceforge.net/index.html
18master_sites        sourceforge:pysparse
19distname            pysparse-${version}
20checksums           md5     a9f4d0b31488a08cc3235df0b3d8b558 \
21                    sha1    dca36520f39551781bcaeac8c1bbc6d3baefa57a \
22                    rmd160  0848e7f061d0d2571bbad3e4fd2b4e0f070b961a
23                   
24depends_lib         port:py26-numpy