From: Justin Lecher Date: Sun, 13 Dec 2015 12:46:51 +0000 (+0100) Subject: dev-python/numpy: Drop obsolete dotblas handling X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4c00600c36fd20bd7f64a2a0ca4487c6773f15ca;p=gentoo.git 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 --- diff --git a/dev-python/numpy/numpy-1.10.1-r1.ebuild b/dev-python/numpy/numpy-1.10.1-r1.ebuild index c8e9cf93e4af..4cec96d038ab 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)