Merge pull request #390 from adamjstewart/features/nag
Fix link_paths to point to c++
This commit is contained in:
		| @@ -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' } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin