Passed flake8 tests
This commit is contained in:
parent
0c8462723b
commit
5661afa315
@ -121,7 +121,7 @@ def install(self, spec, prefix):
|
||||
if spec.satisfies('^intelmpi'):
|
||||
configure_opts.extend([
|
||||
'STATIC_LIBS=-mt_mpi'
|
||||
])
|
||||
])
|
||||
|
||||
# Additional arguments
|
||||
configure_opts.extend([
|
||||
@ -130,7 +130,7 @@ def install(self, spec, prefix):
|
||||
])
|
||||
|
||||
# Construct list of optional modules
|
||||
module_opts=[]
|
||||
module_opts = []
|
||||
module_opts.extend([
|
||||
'+crystallization' if (
|
||||
'+crystallization' in spec) else '-crystallization',
|
||||
|
Loading…
Reference in New Issue
Block a user