Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Wed, 21 Jan 2004 21:44:01 +0000 (21:44 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 21 Jan 2004 21:44:01 +0000 (21:44 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/oe-packages

2004/01/21 22:43:54+01:00 uni-frankfurt.de!mickeyl
add numarray to nonworking - my compiler runs out of memory... please test

BKrev: 400ef2a15Ce0qzh9ZjjRV-v_xJroWQ

nonworking/python/numarray_0.8.oe [new file with mode: 0644]
python/numeric_23.1.oe

diff --git a/nonworking/python/numarray_0.8.oe b/nonworking/python/numarray_0.8.oe
new file mode 100644 (file)
index 0000000..e69de29
index 7bc1790..eb198a2 100644 (file)
@@ -9,3 +9,8 @@ SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz
 S = ${WORKDIR}/Numeric-${PV}
 
 inherit distutils
+
+do_stage() {
+       cp -a Include/Numeric ${STAGING_INCDIR}
+}
+