aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-numeric_23.3.oe
blob: cb3b3ada50f729b7fb52004ef2f26063f7e31b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
PR = "ml1"

SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
           file://no-lapack.patch;patch=1"
S = "${WORKDIR}/Numeric-${PV}"

inherit distutils

do_stage() {
	cp -a Include/Numeric ${STAGING_INCDIR}
}