Merge remote-tracking branch 'github/pr/783'.
[gentoo.git] / sci-libs / cblas-reference / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer type="project">
5     <email>sci@gentoo.org</email>
6     <name>Gentoo Science Project</name>
7   </maintainer>
8   <longdescription lang="en">
9 The BLAS (Basic Linear Algebra Subprograms) are high quality "building
10 block" routines for performing basic vector and matrix operations. Level 1
11 BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations,
12 and Level 3 BLAS do matrix-matrix operations. Because the BLAS are
13 efficient, portable, and widely available, they're commonly used in the
14 development of high quality linear algebra software, LAPACK for
15 example. This packages implements the reference C library as a wrapper
16 to the FORTRAN 77 BLAS library.
17 </longdescription>
18 </pkgmetadata>