swiftsim : fixed configuration for metis
This commit is contained in:
		| @@ -71,6 +71,7 @@ def install(self, spec, prefix): | |||||||
|         # Configure and install |         # Configure and install | ||||||
|         options = ['--prefix=%s' % prefix, |         options = ['--prefix=%s' % prefix, | ||||||
|                    '--enable-mpi' if '+mpi' in spec else '--disable-mpi', |                    '--enable-mpi' if '+mpi' in spec else '--disable-mpi', | ||||||
|  |                    '--with-metis={0}'.format(spec['metis'].prefix), | ||||||
|                    '--enable-optimization'] |                    '--enable-optimization'] | ||||||
|         configure(*options) |         configure(*options) | ||||||
|         make() |         make() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 alalazo
					alalazo