summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2019-06-27 13:41:31 +0800
committerBenda Xu <heroxbd@gentoo.org>2019-07-03 20:30:39 +0800
commit0721aba4db4bc8ce37d11eab06ff528f31e4ce9f (patch)
tree68a5cb27f53981224101c6ab8a6325a0a5e222f8 /virtual/lapacke
parentdev-libs/beignet: depend on sys-devel/clang[static-analyzer] (diff)
downloadgentoo-0721aba4db4bc8ce37d11eab06ff528f31e4ce9f.tar.gz
gentoo-0721aba4db4bc8ce37d11eab06ff528f31e4ce9f.tar.bz2
gentoo-0721aba4db4bc8ce37d11eab06ff528f31e4ce9f.zip
virtual/{blas,cblas,lapack,lapacke}: add virtual packages.
These virtual packages are used by the BLAS/LAPACK runtime switching mechanism. Closes: https://github.com/gentoo/gentoo/pull/12323 Closes: https://bugs.gentoo.org/373613 Closes: https://bugs.gentoo.org/381801 Closes: https://bugs.gentoo.org/498490 Closes: https://bugs.gentoo.org/563674 Closes: https://bugs.gentoo.org/564546 Closes: https://bugs.gentoo.org/565776 Closes: https://bugs.gentoo.org/646316 Closes: https://bugs.gentoo.org/657984 Closes: https://bugs.gentoo.org/659014 Closes: https://bugs.gentoo.org/659264 Closes: https://bugs.gentoo.org/669644 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'virtual/lapacke')
-rw-r--r--virtual/lapacke/lapacke-3.8.ebuild14
-rw-r--r--virtual/lapacke/metadata.xml16
2 files changed, 30 insertions, 0 deletions
diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8.ebuild
new file mode 100644
index 000000000000..fc61bf733e2e
--- /dev/null
+++ b/virtual/lapacke/lapacke-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 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
new file mode 100644
index 000000000000..299f0ab2ab69
--- /dev/null
+++ b/virtual/lapacke/metadata.xml
@@ -0,0 +1,16 @@
+<?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>