Skip to content
Snippets Groups Projects
Commit 5661afa3 authored by Andrew Williams's avatar Andrew Williams
Browse files

Passed flake8 tests

parent 0c846272
Branches
Tags
No related merge requests found
...@@ -121,7 +121,7 @@ def install(self, spec, prefix): ...@@ -121,7 +121,7 @@ def install(self, spec, prefix):
if spec.satisfies('^intelmpi'): if spec.satisfies('^intelmpi'):
configure_opts.extend([ configure_opts.extend([
'STATIC_LIBS=-mt_mpi' 'STATIC_LIBS=-mt_mpi'
]) ])
# Additional arguments # Additional arguments
configure_opts.extend([ configure_opts.extend([
...@@ -130,7 +130,7 @@ def install(self, spec, prefix): ...@@ -130,7 +130,7 @@ def install(self, spec, prefix):
]) ])
# Construct list of optional modules # Construct list of optional modules
module_opts=[] module_opts = []
module_opts.extend([ module_opts.extend([
'+crystallization' if ( '+crystallization' if (
'+crystallization' in spec) else '-crystallization', '+crystallization' in spec) else '-crystallization',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment