summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-11-03 07:18:00 +0000
committerSam James <sam@gentoo.org>2020-11-03 07:18:27 +0000
commit8ea049d9fe0a73931e892fb1dc6f1c329f136939 (patch)
tree5c696d73a0edf18041f4aa67724adc4931447c32
parentmedia-libs/opencv: various fixes (diff)
downloadgentoo-8ea049d9fe0a73931e892fb1dc6f1c329f136939.tar.gz
gentoo-8ea049d9fe0a73931e892fb1dc6f1c329f136939.tar.bz2
gentoo-8ea049d9fe0a73931e892fb1dc6f1c329f136939.zip
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@gentoo.org>
-rw-r--r--virtual/lapacke/lapacke-3.8-r1.ebuild (renamed from virtual/lapacke/lapacke-3.8.ebuild)9
1 files changed, 5 insertions, 4 deletions
diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index 60f9091ac5b6..2529e2680325 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}"