summaryrefslogtreecommitdiff
blob: fdc41b50c137f2c65d8b8adefdfa94673b2fbcff (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils eutils

DESCRIPTION="PySparse adds a set of sparse matrix types holding double precision values to Python"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://pysparse.sourceforge.net/index.html"

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

DEPEND="sci-libs/blas-atlas
	sci-libs/lapack-atlas
	dev-python/numeric"
RDEPEND=${DEPEND}

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