Skip to content
Snippets Groups Projects
Commit 065e3d7c authored by Peter Scheibel's avatar Peter Scheibel Committed by Todd Gamblin
Browse files

Revert to-string for CNL operating system (#2526)

parent be300eb6
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ def __init__(self): ...@@ -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 @@ ...@@ -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 @@ ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment