diff options
author | becker33 <becker33@llnl.gov> | 2017-10-04 18:25:55 -0700 |
---|---|---|
committer | scheibelp <scheibel1@llnl.gov> | 2017-10-04 18:25:55 -0700 |
commit | 328ab328be6025a5782391eb4ef63474dee6c492 (patch) | |
tree | a3ed5174af6275d9ccfdde991bc4ca87af998aa1 /.travis.yml | |
parent | 3556eaae7e07379b811bdf0f8672db42b64a4476 (diff) | |
download | spack-328ab328be6025a5782391eb4ef63474dee6c492.tar.gz spack-328ab328be6025a5782391eb4ef63474dee6c492.tar.bz2 spack-328ab328be6025a5782391eb4ef63474dee6c492.tar.xz spack-328ab328be6025a5782391eb4ef63474dee6c492.zip |
Fix module loads (#5599)
Fixes #5455
All methods within setup_package use an EnvironmentModifications object
to control the environment. Those modifications are applied at the end
of setup_package. Module loads for the build environment need to be
done after the rest of the environment modifications are applied, as
otherwise Spack may unset variables set by those modules (for example
LD_LIBRARY_PATH).
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions