commit:     524c72decd2d722564b1f94cf528f3cb95578b6a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 13:52:21 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 13:54:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524c72de

sci-libs/blis: Retab metadata.xml

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-libs/blis/metadata.xml | 54 +++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/sci-libs/blis/metadata.xml b/sci-libs/blis/metadata.xml
index 1c270c30ec21..67908d158696 100644
--- a/sci-libs/blis/metadata.xml
+++ b/sci-libs/blis/metadata.xml
@@ -1,31 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://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>
-    <remote-id type="github">flame/blis</remote-id>
-  </upstream>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Science Project</name>
-  </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>
+       <upstream>
+               <bugs-to>https://github.com/flame/blis/issues/</bugs-to>
+               <doc>https://github.com/flame/blis</doc>
+               <remote-id type="github">flame/blis</remote-id>
+       </upstream>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </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>

Reply via email to