otf: Explicitly disable MPI and ZOIDFS (#26346)
Otherwise, global installations of MPI could be picked up by OTF.
This commit is contained in:
parent
ad8b8b3377
commit
12dc01318e
@ -21,7 +21,9 @@ class Otf(AutotoolsPackage):
|
||||
def configure_args(self):
|
||||
args = []
|
||||
|
||||
args.append('--without-mpi')
|
||||
args.append('--without-vtf3')
|
||||
args.append('--with-zlib')
|
||||
args.append('--with-zlibsymbols')
|
||||
args.append('--without-zoidfs')
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user