summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMo Zhou <cdluminate@gmail.com>2019-07-06 05:05:54 +0000
committerBenda Xu <heroxbd@gentoo.org>2019-07-06 23:47:42 +0800
commit62f95abf6b504a047c22500f5e95364ddc594010 (patch)
tree2f92133c545dd2d451d94667a9c079adee5019ba /sci-libs/openblas/metadata.xml
parentprofiles: Remove obsolete package.mask entries for lxde packages. (diff)
downloadgentoo-62f95abf6b504a047c22500f5e95364ddc594010.tar.gz
gentoo-62f95abf6b504a047c22500f5e95364ddc594010.tar.bz2
gentoo-62f95abf6b504a047c22500f5e95364ddc594010.zip
sci-libs/openblas: new package with eselect-ldso feature integrated.
Closes: https://bugs.gentoo.org/584534 Closes: https://bugs.gentoo.org/658034 Closes: https://github.com/gentoo/gentoo/pull/12357 Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/openblas/metadata.xml')
-rw-r--r--sci-libs/openblas/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/openblas/metadata.xml b/sci-libs/openblas/metadata.xml
new file mode 100644
index 000000000000..a5e019212f0d
--- /dev/null
+++ b/sci-libs/openblas/metadata.xml
@@ -0,0 +1,20 @@
+<?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">
+ OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
+ </longdescription>
+ <use>
+ <flag name="dynamic">Build dynamic architecture detection at run time (for multi targets)</flag>
+ <flag name="pthread">Build with pthread threadding model</flag>
+ <flag name="serial">Build without multi-thraedding</flag>
+ <flag name="eselect-ldso">Enable BLAS/LAPACK runtime switching</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">xianyi/OpenBLAS</remote-id>
+ </upstream>
+</pkgmetadata>