diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-10-31 19:48:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-31 19:48:07 +0100 |
commit | 1c0a850548c2e6eca1d6b2ea3e0bc70feb8767f4 (patch) | |
tree | 9dbad362e65592f0fc8dcbf7f812f60b4917f480 /virtual/blas | |
parent | media-video/transcode: x86 stable (bug #723456) (diff) | |
download | gentoo-1c0a850548c2e6eca1d6b2ea3e0bc70feb8767f4.tar.gz gentoo-1c0a850548c2e6eca1d6b2ea3e0bc70feb8767f4.tar.bz2 gentoo-1c0a850548c2e6eca1d6b2ea3e0bc70feb8767f4.zip |
virtual/{blas,lapack}: drop old packages
reference implementations are masked
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/blas')
-rw-r--r-- | virtual/blas/blas-1.0.ebuild | 14 | ||||
-rw-r--r-- | virtual/blas/blas-3.6.ebuild | 13 | ||||
-rw-r--r-- | virtual/blas/blas-3.7.ebuild | 13 |
3 files changed, 0 insertions, 40 deletions
diff --git a/virtual/blas/blas-1.0.ebuild b/virtual/blas/blas-1.0.ebuild deleted file mode 100644 index 2494d82172f1..000000000000 --- a/virtual/blas/blas-1.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" - -RDEPEND="|| ( - sci-libs/blas-reference - >=sci-libs/mkl-9.1.023 - sci-libs/blas-goto - )" diff --git a/virtual/blas/blas-3.6.ebuild b/virtual/blas/blas-3.6.ebuild deleted file mode 100644 index cc82c6661572..000000000000 --- a/virtual/blas/blas-3.6.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" - -RDEPEND="|| ( - >=sci-libs/blas-reference-20151113 - >=sci-libs/mkl-9.1.023 - )" diff --git a/virtual/blas/blas-3.7.ebuild b/virtual/blas/blas-3.7.ebuild deleted file mode 100644 index fc3320dbb07d..000000000000 --- a/virtual/blas/blas-3.7.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" - -RDEPEND="|| ( - >=sci-libs/blas-reference-20161223 - >=sci-libs/mkl-9.1.023 - )" |