summaryrefslogtreecommitdiff
path: root/lib/spack/env/fc
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2014-07-09 01:28:23 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2014-07-09 01:28:23 -0700
commit5f8724650a9f7327961639e099cb0764605d1c62 (patch)
treee4d78360a1b23bd6f33d5754172989b57329750d /lib/spack/env/fc
parentbd8838ca6db5b1b234d42ce7175564645f5afa50 (diff)
downloadspack-5f8724650a9f7327961639e099cb0764605d1c62.tar.gz
spack-5f8724650a9f7327961639e099cb0764605d1c62.tar.bz2
spack-5f8724650a9f7327961639e099cb0764605d1c62.tar.xz
spack-5f8724650a9f7327961639e099cb0764605d1c62.zip
Fix for SPACK-35: Fortran not working properly
- Spack needed symlinks in env for fortran compilers. - 'fc' is a bash bulitin, so can't use it for fortran compiler. - switched to 'f90' for this. - mpich 3 builds with fortran now. - enabled shared libs in mpich package
Diffstat (limited to 'lib/spack/env/fc')
l---------lib/spack/env/fc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/env/fc b/lib/spack/env/fc
new file mode 120000
index 0000000000..2652f5f42c
--- /dev/null
+++ b/lib/spack/env/fc
@@ -0,0 +1 @@
+cc \ No newline at end of file