diff options
author | Mo Zhou <cdluminate@gmail.com> | 2019-06-26 02:41:35 +0000 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2019-06-26 14:06:10 +0800 |
commit | 914aebf44db94fad75de5781a770ffdc97cd38a3 (patch) | |
tree | 8f07567d8477072e985305f3ede3fb4ad7937bb8 /sci-libs/blis/metadata.xml | |
parent | sci-libs/lapack: add eselect-ldso USE flag. (diff) | |
download | gentoo-914aebf44db94fad75de5781a770ffdc97cd38a3.tar.gz gentoo-914aebf44db94fad75de5781a770ffdc97cd38a3.tar.bz2 gentoo-914aebf44db94fad75de5781a770ffdc97cd38a3.zip |
sci-libs/blis: new BLIS package as an BLAS/CBLAS alternative.
Closes: https://github.com/gentoo/gentoo/pull/12322
Signed-off-by: Mo Zhou <cdluminate@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/blis/metadata.xml')
-rw-r--r-- | sci-libs/blis/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sci-libs/blis/metadata.xml b/sci-libs/blis/metadata.xml new file mode 100644 index 000000000000..a27c6853409d --- /dev/null +++ b/sci-libs/blis/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <upstream> + <bugs-to>https://github.com/flame/blis/issues/</bugs-to> + <doc>https://github.com/flame/blis</doc> + </upstream> + <maintainer type="project"> + <name>Mo Zhou</name> + <email>lumin@debian.org</email> + </maintainer> + <longdescription> + BLIS is a portable software framework for instantiating high-performance + BLAS-like dense linear algebra libraries. The framework was designed to + isolate essential kernels of computation that, when optimized, immediately + enable optimized implementations of most of its commonly used and + computationally intensive operations. BLIS is written in ISO C99 and + available under a new/modified/3-clause BSD license. While BLIS exports a + new BLAS-like API, it also includes a BLAS compatibility layer which gives + application developers access to BLIS implementations via traditional BLAS + routine calls. An object-based API unique to BLIS is also available. + </longdescription> + <use> + <flag name="openmp">Use openmp threadding model</flag> + <flag name="pthread">Use pthread threadding model</flag> + <flag name="serial">Use no threadding model</flag> + <flag name="eselect-ldso">Enable runtime library switching by eselect and ld.so.</flag> + <flag name="64bit-index">Enable 64bit array indexing, incompatible with runtime switching</flag> + </use> +</pkgmetadata> |