Switch to using *std_cmake_args

This commit is contained in:
George Hartzell
2016-08-05 18:11:05 -04:00
parent 6a62a6b693
commit f800708ef3
4 changed files with 4 additions and 7 deletions

View File

@@ -38,7 +38,6 @@ class BppPhyl(Package):
depends_on('bpp-seq')
def install(self, spec, prefix):
cmake('-DCMAKE_INSTALL_PREFIX=%s' % prefix,
'-DBUILD_TESTING=FALSE', '.')
cmake('-DBUILD_TESTING=FALSE', '.', *std_cmake_args)
make()
make('install')