aboutsummaryrefslogtreecommitdiff
blob: bf758f5762a486a58f18dd7d893cbea678d3f664 (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
<?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">
  ATLAS is an approach for the automatic generation and optimization of
  numerical software. Currently ATLAS supplies optimized versions for the
  complete set of linear algebra kernels known as the Basic Linear Algebra
  Subroutines (BLAS) for both c and F77 interfaces. It can also build
  a subset of the linear algebra routine LAPACK library or the full
  LAPACK using the reference LAPACK from Netlib.
</longdescription>
  <use>
    <flag name="deprecated">Build deprecated routines</flag>
    <flag name="generic">Build atlas assuming a fairly generic architecture (sse2 for x86, core2 for amd64)</flag>
    <flag name="ifko">Use iFKO to improve ATLAS performance (ATTENTION!!! Increases builtime enormously)</flag>
  </use>
  <upstream>
    <remote-id type="sourceforge">math-atlas</remote-id>
  </upstream>
</pkgmetadata>