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'):
|
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):
|
|||||||
])
|
])
|
||||||
|
|
||||||
# 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',
|
||||||
|
Loading…
Reference in New Issue
Block a user