commit:     41748611705de3c85338e2bfc6c61aabf4aed2fb
Author:     Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
AuthorDate: Sun Oct 18 14:45:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 07:18:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41748611

virtual/lapacke: add sci-libs/openblas as an alternative

The current sci-libs/openblas versions come with an implementation
for lapacke API, therefore adding it as a conditional dep for virtual/lapacke.

Bug: https://bugs.gentoo.org/700176
Bug: https://bugs.gentoo.org/749921
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/lapacke/lapacke-3.8.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/virtual/lapacke/lapacke-3.8.ebuild 
b/virtual/lapacke/lapacke-3.8.ebuild
index 2d42bfde092..60f9091ac5b 100644
--- a/virtual/lapacke/lapacke-3.8.ebuild
+++ b/virtual/lapacke/lapacke-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,6 +9,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 IUSE="eselect-ldso"
 
 RDEPEND="
-       >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
+       || (
+               >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
+               >=sci-libs/openblas-0.3.10[eselect-ldso?]
+       )
 "
 DEPEND="${RDEPEND}"

Reply via email to