summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-12-17 05:36:54 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-12-17 05:36:54 +0000
commitb596115d7362e52b5fdc7c94ae11a8ea65c71311 (patch)
tree78b04e8791a46fa98894e08a4f5d34b94d766c21 /dev-python/numpy/numpy-1.6.1-r1.ebuild
parentwhitespace (diff)
downloadhistorical-b596115d7362e52b5fdc7c94ae11a8ea65c71311.tar.gz
historical-b596115d7362e52b5fdc7c94ae11a8ea65c71311.tar.bz2
historical-b596115d7362e52b5fdc7c94ae11a8ea65c71311.zip
Added patch for python-3, thanks Johan Bergström, bug #393679
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-python/numpy/numpy-1.6.1-r1.ebuild')
-rw-r--r--dev-python/numpy/numpy-1.6.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-1.6.1-r1.ebuild b/dev-python/numpy/numpy-1.6.1-r1.ebuild
index 3c9703402a83..64aca6b47ce3 100644
--- a/dev-python/numpy/numpy-1.6.1-r1.ebuild
+++ b/dev-python/numpy/numpy-1.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1-r1.ebuild,v 1.2 2011/10/27 17:21:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1-r1.ebuild,v 1.3 2011/12/17 05:36:54 bicatali Exp $
EAPI=3
@@ -72,6 +72,7 @@ src_unpack() {
src_prepare() {
epatch "${FILESDIR}"/${P}-atlas.patch
+ epatch "${FILESDIR}"/${P}-import_umath.patch
if use lapack; then
append-ldflags "$(pkg-config --libs-only-other cblas lapack)"