commit:     4c00600c36fd20bd7f64a2a0ca4487c6773f15ca
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 12:46:51 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 14:05:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c00600c

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 <AT> gentoo.org>

 dev-python/numpy/numpy-1.10.1-r1.ebuild | 2 --
 1 file changed, 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 c8e9cf9..4cec96d 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)

Reply via email to