summaryrefslogtreecommitdiff
path: root/dev-python/numpy
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-13 13:46:51 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-13 15:05:28 +0100
commit4c00600c36fd20bd7f64a2a0ca4487c6773f15ca (patch)
tree1367d523f6221ccc5366482ef4cbaa37e34e6028 /dev-python/numpy
parent17bad73aea37d3a55e0cdff3e7e01117ea24773e (diff)
downloadgentoo-4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.tar.gz
gentoo-4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.tar.xz
dev-python/numpy: Drop obsolete dotblas handling
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567938 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r--dev-python/numpy/numpy-1.10.1-r1.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/numpy/numpy-1.10.1-r1.ebuild b/dev-python/numpy/numpy-1.10.1-r1.ebuild
index c8e9cf93e4a..4cec96d038a 100644
--- a/dev-python/numpy/numpy-1.10.1-r1.ebuild
+++ b/dev-python/numpy/numpy-1.10.1-r1.ebuild
@@ -73,8 +73,6 @@ python_prepare_all() {
if use lapack; then
append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
local libdir="${EPREFIX}"/usr/$(get_libdir)
- # make sure _dotblas.so gets built
- sed -i -e '/NO_ATLAS_INFO/,+1d' numpy/core/setup.py || die
cat >> site.cfg <<-EOF
[blas]
include_dirs = $(pc_incdir cblas)