Revert to-string for CNL operating system (#2526)
This commit is contained in:
parent
be300eb6d5
commit
065e3d7c0d
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ def __init__(self):
|
|||
super(Cnl, self).__init__(name, version)
|
||||
|
||||
def __str__(self):
|
||||
return self.name + self.version
|
||||
return self.name
|
||||
|
||||
def find_compilers(self, *paths):
|
||||
types = spack.compilers.all_compiler_types()
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
modules: 'None'
|
||||
- compiler:
|
||||
spec: clang@3.3
|
||||
operating_system: CNL10
|
||||
operating_system: CNL
|
||||
paths:
|
||||
cc: /path/to/clang
|
||||
cxx: /path/to/clang++
|
||||
|
@ -97,7 +97,7 @@
|
|||
cxx: /path/to/g++
|
||||
f77: /path/to/gfortran
|
||||
fc: /path/to/gfortran
|
||||
operating_system: CNL10
|
||||
operating_system: CNL
|
||||
spec: gcc@4.5.0
|
||||
modules: 'None'
|
||||
- compiler:
|
||||
|
|
Loading…
Reference in a new issue