Flake8 whitespace cleanup
This commit is contained in:
@@ -38,6 +38,7 @@ class BppPhyl(Package):
|
||||
depends_on('bpp-seq')
|
||||
|
||||
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')
|
||||
|
Reference in New Issue
Block a user