Fix type error that was causing mis-ordering of compiler versions
This commit is contained in:
parent
670024cf77
commit
4693af0736
@ -27,7 +27,7 @@
|
|||||||
from spack.version import *
|
from spack.version import *
|
||||||
|
|
||||||
class PreferredPackages(object):
|
class PreferredPackages(object):
|
||||||
_default_order = {'compiler' : [ 'gcc', 'intel', 'clang', 'pgi', 'xlc' ] }, # Arbitrary, but consistent
|
_default_order = {'compiler' : [ 'gcc', 'intel', 'clang', 'pgi', 'xlc' ] } # Arbitrary, but consistent
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.preferred = spack.config.get_config('packages')
|
self.preferred = spack.config.get_config('packages')
|
||||||
|
Loading…
Reference in New Issue
Block a user