diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-04-05 13:20:28 +0200 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-04-05 13:20:28 +0200 |
commit | d546d828d322d54bb61c10dbf1fa42831049001e (patch) | |
tree | f1ca7e0c4be36b46de171cc104ab74bc89342afc /etc | |
parent | faf4a1e37044cfafe6b96f989b106c800c3f240a (diff) | |
download | spack-d546d828d322d54bb61c10dbf1fa42831049001e.tar.gz spack-d546d828d322d54bb61c10dbf1fa42831049001e.tar.bz2 spack-d546d828d322d54bb61c10dbf1fa42831049001e.tar.xz spack-d546d828d322d54bb61c10dbf1fa42831049001e.zip |
module file : added filtering based on environment variable name
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/modules.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/spack/modules.yaml b/etc/spack/modules.yaml index aa2a2c3fe2..395cf9c2cd 100644 --- a/etc/spack/modules.yaml +++ b/etc/spack/modules.yaml @@ -6,3 +6,7 @@ # ------------------------------------------------------------------------- modules: enable: ['tcl', 'dotkit'] + + dotkit: + filter: + environment_modifications: ['CPATH', 'LIBRARY_PATH'] # Exclude changes to any of these variables |