aboutsummaryrefslogtreecommitdiff
blob: 5e243d27d0f68b2088aca89b5ac103769abf6ccd (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
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
  <email>sci@gentoo.org</email>
  <name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
  The AMD(R) Core Math Library provides an implementation of the "Basic
  Linear Algebra Subprograms" (BLAS) and the "Linear Algebra PACKage"
  (LAPACK) as well as a set of "Fast Fourier Transformation" (FFT)
  routines, all highly optimized for AMD(R) x86 and amd64 CPUs.
</longdescription>
<longdescription lang="de">
  Die AMD(R) Core Math Library ist ein Ersatz für die "Basic Linear
  Algebra Subprograms" (BLAS) und das "Linear Algebra PACKage" (LAPACK).
  Außerdem enthält sie Routinen zur "Fast Fourier Tranformation" (FFT).
  Alle Routinen sind hoch optimiert für AMD(R) x86 und amd64 CPUs.
</longdescription>
<use>
  <flag name="gfortran">Fetch and install acml compiled with GNU FORTRAN compiler</flag>
  <flag name="ifort">Fetch and install acml compiled with the Intel FORTRAN compiler</flag>
  <flag name="int64">Install the 64 bits integer library</flag>
  <flag name="pgi">Fetch and install acml compiled with the Portland Group FORTRAN compiler</flag>
  <flag name="open64">Fetch and install acml compiled with the Open64 FORTRAN Compiler</flag>
</use>
</pkgmetadata>