summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-06-10 22:43:47 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-06-10 22:45:00 -0400
commitf141191cff82fe2fddad3d9ddb8bc92a0d647352 (patch)
treeddd2160ef490a4f121dbdc596e9faa8333a5bb6f /sci-libs/openblas
parentsci-libs/openblas: fix tests with fortran bounds checking enabled. (diff)
downloadgentoo-f141191cff82fe2fddad3d9ddb8bc92a0d647352.tar.gz
gentoo-f141191cff82fe2fddad3d9ddb8bc92a0d647352.tar.bz2
gentoo-f141191cff82fe2fddad3d9ddb8bc92a0d647352.zip
sci-libs/openblas: enlongen the longdesc in metadata.xml.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/openblas')
-rw-r--r--sci-libs/openblas/metadata.xml56
1 files changed, 36 insertions, 20 deletions
diff --git a/sci-libs/openblas/metadata.xml b/sci-libs/openblas/metadata.xml
index fa16b081f106..0661dad2eee9 100644
--- a/sci-libs/openblas/metadata.xml
+++ b/sci-libs/openblas/metadata.xml
@@ -1,24 +1,40 @@
<?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>
- <maintainer type="person">
- <email>lumin@debian.org</email>
- <name>Mo Zhou</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="eselect-ldso">Enable BLAS/LAPACK runtime switching</flag>
- <flag name="index-64bit">Compile a separate INTERFACE64 OpenBLAS</flag>
- <flag name="pthread">Build with pthread threading model</flag>
- </use>
- <upstream>
- <remote-id type="github">xianyi/OpenBLAS</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>lumin@debian.org</email>
+ <name>Mo Zhou</name>
+ </maintainer>
+ <longdescription lang="en">
+ OpenBLAS is an optimized Basic Linear Algebra Subprograms (BLAS)
+ library based on GotoBLAS2 1.13 BSD version. It was forked when
+ Mr. Kazushige Goto left TACC and GotoBLAS became unmaintained. In
+ general, BLAS is the computational kernel ("the bottom of the food
+ chain") in linear algebra or scientific applications. Thus, if
+ your BLAS implementation is highly optimized, the whole
+ application can substantially benefit. OpenBLAS has optimized code
+ for modern architectures, and has accrued many other features and
+ bug fixes beyond GotoBLAS.
+ </longdescription>
+ <use>
+ <flag name="dynamic">
+ Build dynamic architecture detection at run time (for multi targets)
+ </flag>
+ <flag name="eselect-ldso">
+ Enable BLAS/LAPACK runtime switching
+ </flag>
+ <flag name="index-64bit">
+ Compile a separate INTERFACE64 OpenBLAS
+ </flag>
+ <flag name="pthread">
+ Build with pthread threading model
+ </flag>
+ </use>
+ <upstream>
+ <remote-id type="github">xianyi/OpenBLAS</remote-id>
+ </upstream>
</pkgmetadata>