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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-pysparse |
---|
8 | version 1.1.1 |
---|
9 | categories-append math |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
11 | description a fast sparse matrix library for Python |
---|
12 | long_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. |
---|
16 | platforms darwin |
---|
17 | homepage http://pysparse.sourceforge.net/index.html |
---|
18 | master_sites sourceforge:pysparse |
---|
19 | distname pysparse-${version} |
---|
20 | checksums md5 a9f4d0b31488a08cc3235df0b3d8b558 \ |
---|
21 | sha1 dca36520f39551781bcaeac8c1bbc6d3baefa57a \ |
---|
22 | rmd160 0848e7f061d0d2571bbad3e4fd2b4e0f070b961a |
---|
23 | |
---|
24 | depends_lib port:py26-numpy |
---|