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