summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMo Zhou <cdluminate@gmail.com>2019-07-09 12:08:35 +0000
committerBenda Xu <heroxbd@gentoo.org>2019-07-09 23:44:15 +0800
commit2f5e92ccad73395c0aae63cbad530c64e4d7eb9a (patch)
tree7761a490c5d1a90313777dc2156eb4572db6153a /sci-libs/mkl-rt/metadata.xml
parentlicense/ISSL: add ISSL license. (diff)
downloadgentoo-2f5e92ccad73395c0aae63cbad530c64e4d7eb9a.tar.gz
gentoo-2f5e92ccad73395c0aae63cbad530c64e4d7eb9a.tar.bz2
gentoo-2f5e92ccad73395c0aae63cbad530c64e4d7eb9a.zip
sci-libs/mkl-rt: Intel MKL runtime libraries with eselect-ldso mechanism.
Closes: https://bugs.gentoo.org/672466 Closes: https://github.com/gentoo/gentoo/pull/12405 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/mkl-rt/metadata.xml')
-rw-r--r--sci-libs/mkl-rt/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-libs/mkl-rt/metadata.xml b/sci-libs/mkl-rt/metadata.xml
new file mode 100644
index 000000000000..9798851ed06c
--- /dev/null
+++ b/sci-libs/mkl-rt/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+
+ <upstream>
+ <doc>https://software.intel.com/en-us/mkl</doc>
+ </upstream>
+
+ <maintainer type="person">
+ <name>Mo Zhou</name>
+ <email>lumin@debian.org</email>
+ </maintainer>
+
+ <longdescription>
+ Intel® Math Kernel Library (Intel® MKL) optimizes code with minimal
+ effort for future generations of Intel® processors. It is compatible
+ with your choice of compilers, languages, operating systems, and
+ linking and threading models.
+ </longdescription>
+
+ <use>
+ <flag name="eselect-ldso">Enable runtime library switching by eselect and ld.so.</flag>
+ </use>
+
+</pkgmetadata>