Remove cxx symlink, tell NAG to look for c++ symlink

This commit is contained in:
Adam J. Stewart 2016-01-21 13:55:59 -06:00
parent ca3edc3673
commit 571386cdf4
2 changed files with 1 additions and 2 deletions

1
lib/spack/env/cxx vendored
View File

@ -1 +0,0 @@
cc

View File

@ -16,7 +16,7 @@ class Nag(Compiler):
# Named wrapper links within spack.build_env_path
link_paths = { # Use default wrappers for C and C++, in case provided in compilers.yaml
'cc' : 'cc',
'cxx' : 'cxx',
'cxx' : 'c++',
'f77' : 'nag/nagfor',
'fc' : 'nag/nagfor' }