diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-21 21:44:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-21 21:44:01 +0000 |
commit | c3d4881fe1d99edf552f7817dd275f02fac08f90 (patch) | |
tree | 154097cf4e484d7686adf33f9288a0515adb2060 | |
parent | f38b8a615a59af9dacdb7bc5a0fe9d3a6492ec18 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
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
-rw-r--r-- | nonworking/python/numarray_0.8.oe | 0 | ||||
-rw-r--r-- | python/numeric_23.1.oe | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nonworking/python/numarray_0.8.oe b/nonworking/python/numarray_0.8.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/python/numarray_0.8.oe diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe index 7bc1790c37..eb198a2c19 100644 --- a/python/numeric_23.1.oe +++ b/python/numeric_23.1.oe @@ -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} +} + |