[oe-commits] org.oe.dev python-numpy: add (currently non-building) new style python-numeric modules, needed for sugar

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:16:21 UTC 2008


python-numpy: add (currently non-building) new style python-numeric modules, needed for sugar
* it uses some python magic to add -L/usr/lib, which breaks the build

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e3ca50506fe254b315d4fdb1aee86ffb892d1fe3
ViewMTN: http://monotone.openembedded.org/revision/info/e3ca50506fe254b315d4fdb1aee86ffb892d1fe3
Files:
1
packages/python/python-numpy_1.1.1.bb
Diffs:

#
# mt diff -rfa54a53ed347c26402f271ae2550d35a6849f1f6 -re3ca50506fe254b315d4fdb1aee86ffb892d1fe3
#
#
#
# add_file "packages/python/python-numpy_1.1.1.bb"
#  content [94d5ee7200a201465655e3946ebf7b020628cd9b]
#
============================================================
--- packages/python/python-numpy_1.1.1.bb	94d5ee7200a201465655e3946ebf7b020628cd9b
+++ packages/python/python-numpy_1.1.1.bb	94d5ee7200a201465655e3946ebf7b020628cd9b
@@ -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}
+}
+






More information about the Openembedded-commits mailing list