Skip to content

Commit

Permalink
dev-python/numpy: Drop obsolete dotblas handling
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567938

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Dec 13, 2015
1 parent 17bad73 commit 4c00600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-python/numpy/numpy-1.10.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c00600

Please sign in to comment.