Switch to using *std_cmake_args
This commit is contained in:
@@ -42,6 +42,6 @@ class BppSuite(Package):
|
||||
depends_on('bpp-phyl')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
cmake('-DCMAKE_INSTALL_PREFIX=%s' % prefix, '.')
|
||||
cmake('.', *std_cmake_args)
|
||||
make()
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user