Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Sun, 13 Dec 2015 14:05:48
Message-Id: 1450015528.4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.jlec@gentoo
1 commit: 4c00600c36fd20bd7f64a2a0ca4487c6773f15ca
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 12:46:51 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 14:05:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c00600c
7
8 dev-python/numpy: Drop obsolete dotblas handling
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567938
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/numpy/numpy-1.10.1-r1.ebuild | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/dev-python/numpy/numpy-1.10.1-r1.ebuild b/dev-python/numpy/numpy-1.10.1-r1.ebuild
19 index c8e9cf9..4cec96d 100644
20 --- a/dev-python/numpy/numpy-1.10.1-r1.ebuild
21 +++ b/dev-python/numpy/numpy-1.10.1-r1.ebuild
22 @@ -73,8 +73,6 @@ python_prepare_all() {
23 if use lapack; then
24 append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)"
25 local libdir="${EPREFIX}"/usr/$(get_libdir)
26 - # make sure _dotblas.so gets built
27 - sed -i -e '/NO_ATLAS_INFO/,+1d' numpy/core/setup.py || die
28 cat >> site.cfg <<-EOF
29 [blas]
30 include_dirs = $(pc_incdir cblas)