commit: 8ea049d9fe0a73931e892fb1dc6f1c329f136939
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 3 07:18:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 3 07:18:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea049d9
virtual/lapacke: amend addition of openblas
These virtuals are actually flawed but I'd prefer
to keep the issues consistent by matching virtual/lapack
here.
There are plans to improve the handling of lapack and friends
in Gentoo but for now, let's just be consistent to ensure
that adding openblas here doesn't cause any problems.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/lapacke/{lapacke-3.8.ebuild => lapacke-3.8-r1.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/virtual/lapacke/lapacke-3.8.ebuild
b/virtual/lapacke/lapacke-3.8-r1.ebuild
similarity index 68%
rename from virtual/lapacke/lapacke-3.8.ebuild
rename to virtual/lapacke/lapacke-3.8-r1.ebuild
index 60f9091ac5b..2529e268032 100644
--- a/virtual/lapacke/lapacke-3.8.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -9,9 +9,10 @@ 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/openblas-0.3.10[eselect-ldso?]
- )
+ >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
+ eselect-ldso? ( || (
+ >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso]
+ >=sci-libs/openblas-0.3.10[eselect-ldso]
+ ) )
"
DEPEND="${RDEPEND}"