2016-03-24 09:04:02 +00:00
|
|
|
# -------------------------------------------------------------------------
|
2016-07-20 00:10:17 +00:00
|
|
|
# This is the default configuration for Spack's module file generation.
|
2016-03-24 09:04:02 +00:00
|
|
|
#
|
2016-07-20 00:10:17 +00:00
|
|
|
# Settings here are versioned with Spack and are intended to provide
|
|
|
|
# sensible defaults out of the box. Spack maintainers should edit this
|
|
|
|
# file to keep it current.
|
|
|
|
#
|
|
|
|
# Users can override these settings by editing the following files.
|
|
|
|
#
|
|
|
|
# Per-spack-instance settings (overrides defaults):
|
|
|
|
# $SPACK_ROOT/etc/spack/modules.yaml
|
|
|
|
#
|
|
|
|
# Per-user settings (overrides default and site settings):
|
|
|
|
# ~/.spack/modules.yaml
|
2016-03-24 09:04:02 +00:00
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
modules:
|
2016-05-11 16:05:24 +00:00
|
|
|
enable:
|
|
|
|
- tcl
|
|
|
|
prefix_inspections:
|
|
|
|
bin:
|
|
|
|
- PATH
|
|
|
|
man:
|
|
|
|
- MANPATH
|
2016-07-11 18:35:22 +00:00
|
|
|
share/man:
|
|
|
|
- MANPATH
|
2016-12-07 21:53:57 +00:00
|
|
|
share/aclocal:
|
|
|
|
- ACLOCAL_PATH
|
2016-05-11 16:05:24 +00:00
|
|
|
lib:
|
|
|
|
- LIBRARY_PATH
|
|
|
|
lib64:
|
|
|
|
- LIBRARY_PATH
|
|
|
|
include:
|
|
|
|
- CPATH
|
|
|
|
lib/pkgconfig:
|
2016-06-20 15:10:13 +00:00
|
|
|
- PKG_CONFIG_PATH
|
2016-05-11 16:05:24 +00:00
|
|
|
lib64/pkgconfig:
|
2016-06-20 15:10:13 +00:00
|
|
|
- PKG_CONFIG_PATH
|
2019-10-06 02:03:35 +00:00
|
|
|
share/pkgconfig:
|
|
|
|
- PKG_CONFIG_PATH
|
2016-05-11 16:05:24 +00:00
|
|
|
'':
|
|
|
|
- CMAKE_PREFIX_PATH
|
2017-09-19 19:34:20 +00:00
|
|
|
|
|
|
|
lmod:
|
|
|
|
hierarchy:
|
|
|
|
- mpi
|