Flake8 and formatting changes

This commit is contained in:
Adam J. Stewart
2016-08-01 12:37:36 -05:00
parent 534e1cbf1b
commit 5fc20487e4
6 changed files with 24 additions and 20 deletions

View File

@@ -77,6 +77,7 @@ def variant_to_bool(variant):
]
configure(*config_args)
make()
# make("check") # cannot build test suite with Intel compilers
make("install")
# make('check') # cannot build test suite with Intel compilers
make('install')