summaryrefslogtreecommitdiff
blob: 96499ab3bbc171cbd87d2dc962c0cb9c2f44aa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="PySparse adds a set of sparse matrix types holding double precision values to Python"
SRC_URI="mirror://sourceforge/pysparse/${P}.tar.gz"
HOMEPAGE="http://people.web.psi.ch/geus/pyfemax/pysparse.html"

IUSE=""
SLOT="0"
KEYWORDS="~x86"
LICENSE="as-is"

DEPEND=">=dev-lang/python-2.2
	virtual/blas
	virtual/lapack
	>=dev-python/numeric-21.0"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}.patch"
}