swiftsim : fixed configuration for metis

This commit is contained in:
alalazo 2016-07-06 17:51:46 +02:00
parent d687e332ad
commit 379f23be02

View file

@ -71,6 +71,7 @@ def install(self, spec, prefix):
# Configure and install
options = ['--prefix=%s' % prefix,
'--enable-mpi' if '+mpi' in spec else '--disable-mpi',
'--with-metis={0}'.format(spec['metis'].prefix),
'--enable-optimization']
configure(*options)
make()