diff options
author | Ross Charles Campbell <rossbridger.cc@gmail.com> | 2020-10-18 22:45:00 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-03 07:18:26 +0000 |
commit | 41748611705de3c85338e2bfc6c61aabf4aed2fb (patch) | |
tree | 5c4897fe7dd9ef79ce3faf7ed47be46834ede78e /virtual | |
parent | app-admin/ansible: 2.10.1 bump (diff) | |
download | gentoo-41748611705de3c85338e2bfc6c61aabf4aed2fb.tar.gz gentoo-41748611705de3c85338e2bfc6c61aabf4aed2fb.tar.bz2 gentoo-41748611705de3c85338e2bfc6c61aabf4aed2fb.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/lapacke/lapacke-3.8.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8.ebuild index 2d42bfde0920..60f9091ac5b6 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}" |