diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-12-19 02:06:47 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-12-19 02:06:47 -0800 |
commit | 7cc4d88726501d6d93adf86f8080e65523e2400f (patch) | |
tree | 055cd2959798b24be8cd18729cb60f3ff2d15776 /.travis.yml | |
parent | 5f9a61616b20c6fa181f10727767612de7352911 (diff) | |
download | spack-7cc4d88726501d6d93adf86f8080e65523e2400f.tar.gz spack-7cc4d88726501d6d93adf86f8080e65523e2400f.tar.bz2 spack-7cc4d88726501d6d93adf86f8080e65523e2400f.tar.xz spack-7cc4d88726501d6d93adf86f8080e65523e2400f.zip |
Fix #254: libtool & distutils want certain compiler names.
This changes the compiler wrappers so that they are called by the same
name as the wrapped compiler. Many builds make assumptions about
compiler names, and we need the spack compilers to be recognizable so
that build systems will get their flags right.
This adds per-compiler subdirectories to lib/spack/spack/env directory
that contain symlinks to cc for the C, C++, F77, and F90
compilers. The build now sets CC, CXX, F77, and F90 to point to these
links instead of to the generically named cc, c++, f77, and f90
wrappers.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions