commit:     f141191cff82fe2fddad3d9ddb8bc92a0d647352
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 02:43:47 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 02:45:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f141191c

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 <AT> gentoo.org>

 sci-libs/openblas/metadata.xml | 56 +++++++++++++++++++++++++++---------------
 1 file changed, 36 insertions(+), 20 deletions(-)

diff --git a/sci-libs/openblas/metadata.xml b/sci-libs/openblas/metadata.xml
index fa16b081f10..0661dad2eee 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>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <maintainer type="person">
-               <email>[email protected]</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>[email protected]</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>[email protected]</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>

Reply via email to