diff options
author | Gregory Becker <becker33@llnl.gov> | 2016-05-18 15:13:40 -0700 |
---|---|---|
committer | Gregory Becker <becker33@llnl.gov> | 2016-05-18 15:13:40 -0700 |
commit | 9f59c128bec12baede054bf54b9afc69b2130da7 (patch) | |
tree | a76d26f1601b9859293cdc7426248983a3044e44 /etc | |
parent | 0fd9cdb861b9b794cc6aa20cd5ecca1989a43820 (diff) | |
parent | d3916707557762abb4268c4f523eac0d222b58b1 (diff) | |
download | spack-9f59c128bec12baede054bf54b9afc69b2130da7.tar.gz spack-9f59c128bec12baede054bf54b9afc69b2130da7.tar.bz2 spack-9f59c128bec12baede054bf54b9afc69b2130da7.tar.xz spack-9f59c128bec12baede054bf54b9afc69b2130da7.zip |
Partial merge of mainline develop
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/modules.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/etc/spack/modules.yaml b/etc/spack/modules.yaml new file mode 100644 index 0000000000..99be5e7b6d --- /dev/null +++ b/etc/spack/modules.yaml @@ -0,0 +1,29 @@ +# ------------------------------------------------------------------------- +# 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: + enable: + - tcl + - dotkit + 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 |