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

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 20 09:38:04 UTC 2008


Module: OE.dev
Branch: master
Commit: 4d7924acee02924a35437341a7b2fab5061cc409
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=4d7924acee02924a35437341a7b2fab5061cc409

Author:  <koen at openembedded.org>
Date:   Wed Aug 20 09:06:41 2008 +0000

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 

---

 packages/python/python-numpy_1.1.1.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-numpy_1.1.1.bb b/packages/python/python-numpy_1.1.1.bb
new file mode 100644
index 0000000..d688c93
--- /dev/null
+++ b/packages/python/python-numpy_1.1.1.bb
@@ -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