commit: 142639543b7c1e219191fd45b8a2650f6e5a4518 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 13 13:53:25 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 13 13:54:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14263954
sci-libs/openblas: Retab metadata.xml Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-libs/openblas/metadata.xml | 76 +++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/sci-libs/openblas/metadata.xml b/sci-libs/openblas/metadata.xml index bd952c1d50c1..4169ab742a95 100644 --- a/sci-libs/openblas/metadata.xml +++ b/sci-libs/openblas/metadata.xml @@ -1,42 +1,42 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</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="cpudetection"> - Build dynamic architecture detection at run time (for multi targets) - </flag> - <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> - <flag name="relapack"> - Build the ReLAPACK extension to OpenBLAS - </flag> - </use> - <upstream> - <remote-id type="github">OpenMathLib/OpenBLAS</remote-id> - </upstream> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</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="cpudetection"> + Build dynamic architecture detection at run time (for multi targets) + </flag> + <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> + <flag name="relapack"> + Build the ReLAPACK extension to OpenBLAS + </flag> + </use> + <upstream> + <remote-id type="github">OpenMathLib/OpenBLAS</remote-id> + </upstream> </pkgmetadata>
