From 8ea049d9fe0a73931e892fb1dc6f1c329f136939 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 3 Nov 2020 07:18:00 +0000 Subject: 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 --- virtual/lapacke/lapacke-3.8-r1.ebuild | 18 ++++++++++++++++++ virtual/lapacke/lapacke-3.8.ebuild | 17 ----------------- 2 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 virtual/lapacke/lapacke-3.8-r1.ebuild delete mode 100644 virtual/lapacke/lapacke-3.8.ebuild (limited to 'virtual') diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild new file mode 100644 index 000000000000..2529e2680325 --- /dev/null +++ b/virtual/lapacke/lapacke-3.8-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for LAPACK C implementation" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="eselect-ldso" + +RDEPEND=" + >=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}" diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8.ebuild deleted file mode 100644 index 60f9091ac5b6..000000000000 --- a/virtual/lapacke/lapacke-3.8.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for LAPACK C implementation" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="eselect-ldso" - -RDEPEND=" - || ( - >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?] - >=sci-libs/openblas-0.3.10[eselect-ldso?] - ) -" -DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad