Correct indentation

This commit is contained in:
Erik Schnetter 2016-07-15 18:10:33 -04:00
parent 4663288b49
commit 5a1ed51dcd

View File

@ -172,7 +172,7 @@ def install(self, spec, prefix):
'--with-mxm' if '+mxm' in spec else '--without-mxm',
# Other options
('--enable-mpi-thread-multiple' if '+thread_multiple' in spec
else '--disable-mpi-thread-multiple'),
else '--disable-mpi-thread-multiple'),
'--with-pmi' if '+pmi' in spec else '--without-pmi',
'--with-sqlite3' if '+sqlite3' in spec else '--without-sqlite3',
'--enable-vt' if '+vt' in spec else '--disable-vt'