Passed flake8 tests

This commit is contained in:
Andrew Williams 2016-08-22 12:03:47 +01:00
parent 0c8462723b
commit 5661afa315

View File

@ -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',