aboutsummaryrefslogtreecommitdiff
blob: be7671ae78b820e65fd36d0adc547edb25dca894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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">
  This implementation provides a native C interface to LAPACK routines
  available at www.netlib.org/lapack to facilitate usage of LAPACK
  functionality for C programmers. 
</longdescription>
	<use>
		<flag name="deprecated">Build deprecated routines</flag>
		<flag name="tmg">Build LAPACKE with a Test Matrix Generator library</flag>
		<flag name="xblas">Build LAPACKE with extra precision (needs
  <pkg>sci-libs/xblas</pkg>)</flag>
	</use>
</pkgmetadata>