From 5f8a985b71b033d7a7c4d252c00dd83669ee5913 Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Wed, 26 Jun 2019 02:27:40 +0000 Subject: virtual/{blas,cblas,lapack,lapacke}: add/update virtual packages. These virtual packages are used by the BLAS/LAPACK runtime switching mechanism. Drop old EAPI=5 ebuilds. Closes: https://github.com/gentoo/gentoo/pull/12323 Closes: https://bugs.gentoo.org/373613 Closes: https://bugs.gentoo.org/669644 Closes: https://bugs.gentoo.org/564546 Closes: https://bugs.gentoo.org/565776 Closes: https://bugs.gentoo.org/646316 Closes: https://bugs.gentoo.org/563674 Closes: https://bugs.gentoo.org/659014 Closes: https://bugs.gentoo.org/659264 Closes: https://bugs.gentoo.org/657984 Closes: https://bugs.gentoo.org/381801 Closes: https://bugs.gentoo.org/646316 Closes: https://bugs.gentoo.org/565776 Closes: https://bugs.gentoo.org/498490 Signed-off-by: Mo Zhou Signed-off-by: Benda Xu --- virtual/blas/blas-1.0.ebuild | 14 -------------- virtual/blas/blas-3.8.ebuild | 14 ++++++++++++++ virtual/blas/metadata.xml | 10 +++++++--- 3 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 virtual/blas/blas-1.0.ebuild create mode 100644 virtual/blas/blas-3.8.ebuild (limited to 'virtual/blas') diff --git a/virtual/blas/blas-1.0.ebuild b/virtual/blas/blas-1.0.ebuild deleted file mode 100644 index 83e7db925a5a..000000000000 --- a/virtual/blas/blas-1.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2019 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-fbsd ~x86-fbsd ~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.8.ebuild b/virtual/blas/blas-3.8.ebuild new file mode 100644 index 000000000000..e3807aaa8c4a --- /dev/null +++ b/virtual/blas/blas-3.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="eselect-ldso" + +RDEPEND=" + >=sci-libs/lapack-3.8.0[eselect-ldso?] +" +DEPEND="${RDEPEND}" diff --git a/virtual/blas/metadata.xml b/virtual/blas/metadata.xml index 1b4d6e817c05..35dd50fb4450 100644 --- a/virtual/blas/metadata.xml +++ b/virtual/blas/metadata.xml @@ -6,7 +6,11 @@ Gentoo Science Project -Gentoo virtual package for the Basic Linear Algebra Subprograms -FORTRAN 77 implementation. - + Gentoo virtual package for the Basic Linear Algebra Subprograms + FORTRAN 77 implementation. + + + Enable runtime library switching by + eselect and ld.so. + -- cgit v1.2.3-65-gdbad