diff options
author | Satish Balay <balay@mcs.anl.gov> | 2019-04-17 15:12:26 -0500 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-04-17 13:12:25 -0700 |
commit | 7280f21397c7da37d7758c269b8566c4b11c7f4a (patch) | |
tree | eeab51f3c6c4c889ef09db533e5ea4e0e478007d /lib | |
parent | f276b3ffa0c03640bde76d6240cefd0f0655ccdb (diff) | |
download | spack-7280f21397c7da37d7758c269b8566c4b11c7f4a.tar.gz spack-7280f21397c7da37d7758c269b8566c4b11c7f4a.tar.bz2 spack-7280f21397c7da37d7758c269b8566c4b11c7f4a.tar.xz spack-7280f21397c7da37d7758c269b8566c4b11c7f4a.zip |
Add ftn to lib/spack/env (#11180)
Fixes #11070 #11010
Spack attempts to intercede on behalf of all compiler invocations for
a build. This involves adding its wrappers to PATH. Cray systems
include a "ftn" executable and Spack was only redirecting this call
when the Spec was built with cce. This updates the compiler wrappers
to add "ftn" in all cases.
Diffstat (limited to 'lib')
l--------- | lib/spack/env/ftn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/env/ftn b/lib/spack/env/ftn new file mode 120000 index 0000000000..2652f5f42c --- /dev/null +++ b/lib/spack/env/ftn @@ -0,0 +1 @@ +cc
\ No newline at end of file |