commit:     b6a63e4577b6dd6da0db34b22e0712ee268d497c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 00:52:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 00:53:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a63e45

virtual/lapack: add 3.10

Bug: https://bugs.gentoo.org/800539
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/lapack/lapack-3.10.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/virtual/lapack/lapack-3.10.ebuild 
b/virtual/lapack/lapack-3.10.ebuild
new file mode 100644
index 000000000000..bcc7e7a2d74a
--- /dev/null
+++ b/virtual/lapack/lapack-3.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 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 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="eselect-ldso"
+
+RDEPEND="
+       >=sci-libs/lapack-3.10.0[eselect-ldso?]
+       eselect-ldso? ( || (
+               >=sci-libs/lapack-3.10.0[eselect-ldso]
+               sci-libs/openblas[eselect-ldso] ) )
+"
+DEPEND="${RDEPEND}"

Reply via email to