From 7280f21397c7da37d7758c269b8566c4b11c7f4a Mon Sep 17 00:00:00 2001 From: Satish Balay Date: Wed, 17 Apr 2019 15:12:26 -0500 Subject: 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. --- lib/spack/env/ftn | 1 + 1 file changed, 1 insertion(+) create mode 120000 lib/spack/env/ftn (limited to 'lib') 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 -- cgit v1.2.3-60-g2f50