aboutsummaryrefslogtreecommitdiff
blob: 2fd11ecf7e5017a2fd7372ad4389033a9bc44d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>
	<longdescription lang="en">
The Linear Algebra PACKage (LAPACK) is a comprehensive library that
does linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector analysis,
singular value decomposition, etc. It is a very comprehensive and
reputable package that has found extensive use in the scientific community.
This package installs the reference FORTRAN 77 implementation from
Netlib for LAPACK and optionnally the one for the Basic Linear
Algebra Subprogram (BLAS).
</longdescription>
	<use>
		<flag name="deprecated">Build deprecated routines</flag>
		<flag name="int64">Build the 64 bits integer library</flag>
		<flag name="xblas">
Build LAPACK with extra precision (needs <pkg>sci-libs/xblas</pkg>)
</flag>
	</use>
</pkgmetadata>