Flake8 whitespace cleanup

This commit is contained in:
George Hartzell
2016-08-04 15:10:45 -04:00
parent a07a0ef54b
commit 6a62a6b693
4 changed files with 8 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ class BppCore(Package):
depends_on('cmake')
def install(self, spec, prefix):
cmake('-DCMAKE_INSTALL_PREFIX=%s' % prefix, '-DBUILD_TESTING=FALSE', '.')
cmake('-DCMAKE_INSTALL_PREFIX=%s' % prefix,
'-DBUILD_TESTING=FALSE', '.')
make()
make('install')