aboutsummaryrefslogtreecommitdiff
blob: 95b84c1f3408690883984ace70ba5527ebc85017 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci-chemistry</herd>
  <maintainer>
    <email>alexxy@gentoo.org</email>
    <name>Alexey Shvetsov</name>
  </maintainer>
  <use>
    <flag name="blas">
      Use external BLAS library instead of the internal routines
    </flag>
  </use>
  <use>
    <flag name="cuda">
      Enable CUDA GPU support for the Tensor Contraction Engine generated
      methods (CI, MBPT, CC)
    </flag>
  </use>
  <use>
    <flag name="int64">
      Use 64 bits integers
    </flag>
  </use>
  <use>
    <flag name="lapack">
      Use external LAPACK library instead of the internal routines
    </flag>
  </use>
  <use>
    <flag name="mrcc">
      Compile the routines for Multi Reference Coupled Clusters theory
    </flag>
  </use>
  <use>
    <flag name="nwchem-tests">Install qa tests data</flag>
  </use>
  <use>
    <flag name="scalapack">
      Use external SCALAPACK library
    </flag>
  </use>
</pkgmetadata>