diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-13 13:46:51 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-13 15:05:28 +0100 |
commit | 4c00600c36fd20bd7f64a2a0ca4487c6773f15ca (patch) | |
tree | 1367d523f6221ccc5366482ef4cbaa37e34e6028 /dev-python/numpy/numpy-1.10.1-r1.ebuild | |
parent | sci-biology/bamtools: Add missing die and drop old patch (diff) | |
download | gentoo-4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.tar.gz gentoo-4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.tar.bz2 gentoo-4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.zip |
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/numpy-1.10.1-r1.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-1.10.1-r1.ebuild | 2 |
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 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) |