commit: a87c1a439b9fb084ea090cccb5a6421418ce53cd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 20:23:50 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 20:23:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c1a43
sci-libs/openblas: minor post-merge fixups
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/openblas/openblas-0.3.12.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-libs/openblas/openblas-0.3.12.ebuild
b/sci-libs/openblas/openblas-0.3.12.ebuild
index b9d0d023fb5..ef165228c14 100644
--- a/sci-libs/openblas/openblas-0.3.12.ebuild
+++ b/sci-libs/openblas/openblas-0.3.12.ebuild
@@ -108,8 +108,10 @@ pkg_setup() {
src_prepare() {
default
- # disable tests by default
+
+ # Disable tests by default
sed -e "/^all ::/s/tests //" -i Makefile || die
+
# if 64bit-index is needed, create second library
# with LIBPREFIX=libopenblas64
if use index-64bit; then
@@ -119,7 +121,7 @@ src_prepare() {
src_compile() {
default
- cd interface
+ cd interface || die
emake shared-blas-lapack
if use index-64bit; then