python-numpy: add (currently non-building) new style python-numeric modules, needed...
authorKoen Kooi <koen@openembedded.org>
Wed, 20 Aug 2008 09:06:41 +0000 (09:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 20 Aug 2008 09:06:41 +0000 (09:06 +0000)
* it uses some python magic to add -L/usr/lib, which breaks the build

packages/python/python-numpy_1.1.1.bb [new file with mode: 0644]

diff --git a/packages/python/python-numpy_1.1.1.bb b/packages/python/python-numpy_1.1.1.bb
new file mode 100644 (file)
index 0000000..d688c93
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "PSF"
+PR = "ml0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
+          "
+S = "${WORKDIR}/numpy-${PV}"
+
+inherit distutils
+
+do_stage() {
+       cp -pPR Include/Num* ${STAGING_INCDIR}
+}
+