diff options
author | Geoffrey Oxberry <goxberry@gmail.com> | 2018-02-13 23:41:50 -0800 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-02-14 08:41:50 +0100 |
commit | c7274eb1f51f2f95695a1efc5b3cd9ac9afafdf6 (patch) | |
tree | 38333f8c1f47acb2d1f77dac76778dc0e73350f7 /lib | |
parent | 8766daf9de5b9879fca32aedac849d446fe1000e (diff) | |
download | spack-c7274eb1f51f2f95695a1efc5b3cd9ac9afafdf6.tar.gz spack-c7274eb1f51f2f95695a1efc5b3cd9ac9afafdf6.tar.bz2 spack-c7274eb1f51f2f95695a1efc5b3cd9ac9afafdf6.tar.xz spack-c7274eb1f51f2f95695a1efc5b3cd9ac9afafdf6.zip |
gdbm: fix lmod global name 'spack_cc' undefined (#7225)
Prior to this commit, running `spack module refresh` with `gdbm`
installed throws the warning:
```console
==> Warning: Could not write module file [/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/gdbm/1.14.1.lua]
==> Warning: --> global name 'spack_cc' is not defined <--
```
This warning is repeated for every `gdbm` installation in Spack.
The cause of the issue seems to be the same as in spack/spack (#6089):
using `spack_cc`, `spack_cxx`, or similar inside `configure_args`
causes the warnings to throw when module files are generated.
Moving the use of `spack_cc` into `setup_environment` seems to fix the
problem, even though it's a bit of a kludge.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions