Merge pull request #390 from adamjstewart/features/nag

Fix link_paths to point to c++
This commit is contained in:
Todd Gamblin 2016-01-22 14:10:30 -08:00
commit 71f5d5da36

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' }