Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/
Date: Thu, 29 Oct 2020 20:24:03
Message-Id: 1604003036.a87c1a439b9fb084ea090cccb5a6421418ce53cd.sam@gentoo
1 commit: a87c1a439b9fb084ea090cccb5a6421418ce53cd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 20:23:50 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 20:23:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c1a43
7
8 sci-libs/openblas: minor post-merge fixups
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/openblas/openblas-0.3.12.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/openblas/openblas-0.3.12.ebuild b/sci-libs/openblas/openblas-0.3.12.ebuild
17 index b9d0d023fb5..ef165228c14 100644
18 --- a/sci-libs/openblas/openblas-0.3.12.ebuild
19 +++ b/sci-libs/openblas/openblas-0.3.12.ebuild
20 @@ -108,8 +108,10 @@ pkg_setup() {
21
22 src_prepare() {
23 default
24 - # disable tests by default
25 +
26 + # Disable tests by default
27 sed -e "/^all ::/s/tests //" -i Makefile || die
28 +
29 # if 64bit-index is needed, create second library
30 # with LIBPREFIX=libopenblas64
31 if use index-64bit; then
32 @@ -119,7 +121,7 @@ src_prepare() {
33
34 src_compile() {
35 default
36 - cd interface
37 + cd interface || die
38 emake shared-blas-lapack
39
40 if use index-64bit; then