Modifications to get PGI working

This commit is contained in:
Adam J. Stewart
2016-03-03 16:50:51 -06:00
parent e5276856cb
commit 311d71ec86
5 changed files with 12 additions and 13 deletions

6
lib/spack/env/cc vendored
View File

@@ -90,15 +90,15 @@ case "$command" in
command="$SPACK_CC"
language="C"
;;
c++|CC|g++|clang++|icpc|pgCC|xlc++)
c++|CC|g++|clang++|icpc|pgc++|xlc++)
command="$SPACK_CXX"
language="C++"
;;
f90|fc|f95|gfortran|ifort|pgf90|xlf90|nagfor)
f90|fc|f95|gfortran|ifort|pgfortran|xlf90|nagfor)
command="$SPACK_FC"
language="Fortran 90"
;;
f77|gfortran|ifort|pgf77|xlf|nagfor)
f77|gfortran|ifort|pgfortran|xlf|nagfor)
command="$SPACK_F77"
language="Fortran 77"
;;

View File

@@ -1 +0,0 @@
../../cc