Fixed the MPI variant for the 'zoltan' package.

This commit is contained in:
Joseph Ciurej 2016-03-31 14:36:32 -07:00
parent b1b94d2b7f
commit 09d657e98e

View File

@ -28,6 +28,8 @@ def install(self, spec, prefix):
if '+mpi' in spec:
config_args.append('--with-mpi=%s' % spec['mpi'].prefix)
config_args.append('--with-mpi-compilers=%s' % spec['mpi'].prefix.bin)
config_args.append('CC=%s/mpicc' % spec['mpi'].prefix.bin)
config_args.append('CXX=%s/mpicxx' % spec['mpi'].prefix.bin)
# NOTE: Early versions of Zoltan come packaged with a few embedded
# library packages (e.g. ParMETIS, Scotch), which messes with Spack's