summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-06-26 15:37:31 -0400
committerMike Gilbert <floppym@gentoo.org>2019-06-26 16:31:37 -0400
commitab892667224c65ec694d6adbda30c3a1eed67a92 (patch)
tree9c61e773c048f863d80a5e1b646b8b0063f3fd0a /virtual/lapack
parentRevert "virtual/blas: add sci-lib/blis as a candidate." (diff)
downloadgentoo-ab892667224c65ec694d6adbda30c3a1eed67a92.tar.gz
gentoo-ab892667224c65ec694d6adbda30c3a1eed67a92.tar.bz2
gentoo-ab892667224c65ec694d6adbda30c3a1eed67a92.zip
Revert "virtual/{blas,cblas,lapack,lapacke}: add/update virtual packages."
This reverts commit 5f8a985b71b033d7a7c4d252c00dd83669ee5913. This commit dropped all stable keywords on these packages, causing treewide depenency breakage. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'virtual/lapack')
-rw-r--r--virtual/lapack/lapack-3.0.ebuild13
-rw-r--r--virtual/lapack/lapack-3.1.ebuild13
-rw-r--r--virtual/lapack/lapack-3.8.ebuild14
-rw-r--r--virtual/lapack/metadata.xml10
4 files changed, 29 insertions, 21 deletions
diff --git a/virtual/lapack/lapack-3.0.ebuild b/virtual/lapack/lapack-3.0.ebuild
new file mode 100644
index 000000000000..38d1fae658da
--- /dev/null
+++ b/virtual/lapack/lapack-3.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+
+RDEPEND="|| (
+ sci-libs/lapack-reference
+ >=sci-libs/mkl-9.1.023
+ )"
diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild
new file mode 100644
index 000000000000..30d27aba4b40
--- /dev/null
+++ b/virtual/lapack/lapack-3.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="|| (
+ >=sci-libs/lapack-reference-3.1
+ >=sci-libs/mkl-10
+ )"
diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
deleted file mode 100644
index 93ddd49d8b79..000000000000
--- a/virtual/lapack/lapack-3.8.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="eselect-ldso"
-
-RDEPEND="
- >=sci-libs/lapack-3.8.0[eselect-ldso?]
-"
-DEPEND="${RDEPEND}"
diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index 0b91d851efe1..ccb7a1fa1fad 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -6,11 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
- Gentoo virtual package for the Linear Algebra PACKAge
- FORTRAN 77 implementation.
- </longdescription>
- <use>
- <flag name="eselect-ldso">Enable runtime library switching by
- eselect and ld.so.</flag>
- </use>
+Gentoo virtual package for the Linear Algebra PACKAge
+FORTRAN 77 implementation.
+</longdescription>
</pkgmetadata>