diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-06-26 15:37:31 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-06-26 16:31:37 -0400 |
commit | ab892667224c65ec694d6adbda30c3a1eed67a92 (patch) | |
tree | 9c61e773c048f863d80a5e1b646b8b0063f3fd0a /virtual/lapacke | |
parent | Revert "virtual/blas: add sci-lib/blis as a candidate." (diff) | |
download | gentoo-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/lapacke')
-rw-r--r-- | virtual/lapacke/lapacke-3.8.ebuild | 14 | ||||
-rw-r--r-- | virtual/lapacke/metadata.xml | 16 |
2 files changed, 0 insertions, 30 deletions
diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8.ebuild deleted file mode 100644 index fc61bf733e2e..000000000000 --- a/virtual/lapacke/lapacke-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 LAPACK C 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[lapacke,eselect-ldso?] -" -DEPEND="${RDEPEND}" diff --git a/virtual/lapacke/metadata.xml b/virtual/lapacke/metadata.xml deleted file mode 100644 index 299f0ab2ab69..000000000000 --- a/virtual/lapacke/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - Gentoo virtual package for the Linear Algebra PACKAge C - implementation. - </longdescription> - <use> - <flag name="eselect-ldso">Enable runtime library switching by - eselect and ld.so.</flag> - </use> -</pkgmetadata> |