summaryrefslogtreecommitdiff
path: root/etc/spack/modules.yaml
blob: 8f8f88e9081143e799684eb6c2866995d60c66a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -------------------------------------------------------------------------
# This is the default spack module files generation configuration.
#
# Changes to this file will affect all users of this spack install,
# although users can override these settings in their ~/.spack/modules.yaml.
# -------------------------------------------------------------------------
modules:
  prefix_inspections: {
        bin: ['PATH'],
        man: ['MANPATH'],
        lib: ['LIBRARY_PATH', 'LD_LIBRARY_PATH'],
        lib64: ['LIBRARY_PATH', 'LD_LIBRARY_PATH'],
        include: ['CPATH'],
        lib/pkgconfig: ['PKGCONFIG'],
        lib64/pkgconfig: ['PKGCONFIG'],
        '': ['CMAKE_PREFIX_PATH']
  }
  enable: ['tcl', 'dotkit']