diff options
| author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-02-05 08:58:50 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-05 11:05:51 +0100 |
| commit | 0ecbe9467c2ed3835c5e2b1f54ba52fa058e26db (patch) | |
| tree | da07d79fd9bce876e6f68b93cfc8b0d5215c3e2d /meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | |
| parent | ac174eac597a7e3fd4469b3d571c6aa9525fe3b9 (diff) | |
| download | meta-openembedded-0ecbe9467c2ed3835c5e2b1f54ba52fa058e26db.tar.gz | |
python-numpy: add 1.7.0rc1
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb deleted file mode 100644 index 2bede0925f..0000000000 --- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | DESCRIPTION = "A sophisticated Numeric Processing Package for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "PSF" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa" | ||
| 5 | PR = "r5" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ | ||
| 8 | ${CONFIGFILESURI} \ | ||
| 9 | " | ||
| 10 | CONFIGFILESURI ?= "" | ||
| 11 | |||
| 12 | CONFIGFILESURI_arm = "file://config.h \ | ||
| 13 | file://numpyconfig.h \ | ||
| 14 | " | ||
| 15 | CONFIGFILESURI_mipsel = "file://config.h \ | ||
| 16 | file://numpyconfig.h \ | ||
| 17 | " | ||
| 18 | |||
| 19 | S = "${WORKDIR}/numpy-${PV}" | ||
| 20 | |||
| 21 | inherit distutils | ||
| 22 | |||
| 23 | # Make the build fail and replace *config.h with proper one | ||
| 24 | # This is a ugly, ugly hack - Koen | ||
| 25 | do_compile_prepend() { | ||
| 26 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | ||
| 27 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ | ||
| 28 | true | ||
| 29 | cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/ | ||
| 30 | } | ||
| 31 | |||
| 32 | SRC_URI[md5sum] = "5c7b5349dc3161763f7f366ceb96516b" | ||
| 33 | SRC_URI[sha256sum] = "2e7bb84573e5123e07f3c919fd433bc09b78d606252b6b719e385c2a981d8e06" | ||
| 34 | |||
| 35 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" | ||
| 36 | |||
| 37 | RDEPENDS_${PN} = "python-unittest \ | ||
| 38 | python-difflib \ | ||
| 39 | python-pprint \ | ||
| 40 | python-pickle \ | ||
| 41 | python-shell \ | ||
| 42 | " | ||
