diff options
author | Mo Zhou <cdluminate@gmail.com> | 2019-06-26 02:27:40 +0000 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2019-06-26 14:06:09 +0800 |
commit | 5f8a985b71b033d7a7c4d252c00dd83669ee5913 (patch) | |
tree | fdc39acaec83bdc706d9ccbe0cc4a916bcf7d6f4 /virtual/lapacke/metadata.xml | |
parent | www-servers/puma: add 4.0.0 (diff) | |
download | gentoo-5f8a985b71b033d7a7c4d252c00dd83669ee5913.tar.gz gentoo-5f8a985b71b033d7a7c4d252c00dd83669ee5913.tar.bz2 gentoo-5f8a985b71b033d7a7c4d252c00dd83669ee5913.zip |
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 <cdluminate@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'virtual/lapacke/metadata.xml')
-rw-r--r-- | virtual/lapacke/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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> |