p4est: flake8
This commit is contained in:
parent
b8bd02c5b2
commit
de9cce3e80
1 changed files with 12 additions and 11 deletions
|
@ -44,7 +44,8 @@ class P4est(Package):
|
|||
depends_on('zlib')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
options = ['--enable-mpi',
|
||||
options = [
|
||||
'--enable-mpi',
|
||||
'--enable-shared',
|
||||
'--disable-vtk-binary',
|
||||
'--without-blas',
|
||||
|
|
Loading…
Reference in a new issue