Merge pull request #390 from adamjstewart/features/nag
Fix link_paths to point to c++
This commit is contained in:
commit
71f5d5da36
@ -16,7 +16,7 @@ class Nag(Compiler):
|
|||||||
# Named wrapper links within spack.build_env_path
|
# Named wrapper links within spack.build_env_path
|
||||||
link_paths = { # Use default wrappers for C and C++, in case provided in compilers.yaml
|
link_paths = { # Use default wrappers for C and C++, in case provided in compilers.yaml
|
||||||
'cc' : 'cc',
|
'cc' : 'cc',
|
||||||
'cxx' : 'cxx',
|
'cxx' : 'c++',
|
||||||
'f77' : 'nag/nagfor',
|
'f77' : 'nag/nagfor',
|
||||||
'fc' : 'nag/nagfor' }
|
'fc' : 'nag/nagfor' }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user