dev-python/numpy: Drop obsolete dotblas handling
authorJustin Lecher <jlec@gentoo.org>
Sun, 13 Dec 2015 12:46:51 +0000 (13:46 +0100)
committerJustin Lecher <jlec@gentoo.org>
Sun, 13 Dec 2015 14:05:28 +0000 (15:05 +0100)
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>
dev-python/numpy/numpy-1.10.1-r1.ebuild

index c8e9cf93e4af4d38bf56a4b35a0cc3e3eccaec81..4cec96d038ab67d70ffbcbb72aee0a56da0549d9 100644 (file)
@@ -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)