summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python-numeric/no-lapack.patch0
-rw-r--r--python/python-numeric_23.3.oe4
-rw-r--r--python/python_2.3.4.oe2
3 files changed, 4 insertions, 2 deletions
diff --git a/python/python-numeric/no-lapack.patch b/python/python-numeric/no-lapack.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-numeric/no-lapack.patch
diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe
index 7da74df69d..cb3b3ada50 100644
--- a/python/python-numeric_23.3.oe
+++ b/python/python-numeric_23.3.oe
@@ -3,8 +3,10 @@ SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
+PR = "ml1"
-SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
+ file://no-lapack.patch;patch=1"
S = "${WORKDIR}/Numeric-${PV}"
inherit distutils
diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe
index b9035b0201..c519d3b1fb 100644
--- a/python/python_2.3.4.oe
+++ b/python/python_2.3.4.oe
@@ -55,4 +55,4 @@ do_install() {
DESTDIR=${D} install
}
-include python-${PV}-manifest.oe
+include python-${PV}-manifest.inc