Version bump to 0.9.1
- Bugfixes for spack find - 0.9.1 can read specs from current develop.
This commit is contained in:
parent
6e1257ed2d
commit
164da8eed1
@ -105,7 +105,7 @@
|
||||
|
||||
# Version information
|
||||
from spack.version import Version
|
||||
spack_version = Version("0.9")
|
||||
spack_version = Version("0.9.1")
|
||||
|
||||
#
|
||||
# Executables used by Spack
|
||||
|
@ -717,6 +717,7 @@ def from_node_dict(node):
|
||||
else:
|
||||
spec.compiler = CompilerSpec.from_dict(node)
|
||||
|
||||
if 'variants' in node:
|
||||
for name, enabled in node['variants'].items():
|
||||
spec.variants[name] = VariantSpec(name, enabled)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user