Skip to content
Snippets Groups Projects
Commit 0216fa2a authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Simplify /etc/spack/modules.yaml formatting.

parent fd5d89b6
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,25 @@ ...@@ -5,14 +5,25 @@
# although users can override these settings in their ~/.spack/modules.yaml. # although users can override these settings in their ~/.spack/modules.yaml.
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
modules: modules:
prefix_inspections: { enable:
bin: ['PATH'], - tcl
man: ['MANPATH'], - dotkit
lib: ['LIBRARY_PATH', 'LD_LIBRARY_PATH'], prefix_inspections:
lib64: ['LIBRARY_PATH', 'LD_LIBRARY_PATH'], bin:
include: ['CPATH'], - PATH
lib/pkgconfig: ['PKGCONFIG'], man:
lib64/pkgconfig: ['PKGCONFIG'], - MANPATH
'': ['CMAKE_PREFIX_PATH'] lib:
} - LIBRARY_PATH
enable: ['tcl', 'dotkit'] - LD_LIBRARY_PATH
lib64:
- LIBRARY_PATH
- LD_LIBRARY_PATH
include:
- CPATH
lib/pkgconfig:
- PKGCONFIG
lib64/pkgconfig:
- PKGCONFIG
'':
- CMAKE_PREFIX_PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment