From: Koen Kooi Date: Wed, 20 Aug 2008 09:06:41 +0000 (+0000) Subject: python-numpy: add (currently non-building) new style python-numeric modules, needed... X-Git-Tag: Release-2010-05/1~6306^2~1^2~3^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28eb4d848822aa3464b3372568648034dccefaad;p=openembedded.git 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 --- 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 0000000000..d688c93beb --- /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} +} +