HDF5: Support non-MPICH MPI implementations

This commit is contained in:
Erik Schnetter 2015-11-18 13:33:04 -05:00
parent 721eb56d0c
commit 511ffc3b44

View file

@ -25,8 +25,8 @@ def install(self, spec, prefix):
"--with-zlib=%s" % spec['zlib'].prefix,
"--enable-parallel",
"--enable-shared",
"CC=%s" % spec['mpich'].prefix.bin + "/mpicc",
"CXX=%s" % spec['mpich'].prefix.bin + "/mpic++")
"CC=%s" % spec['mpi'].prefix.bin + "/mpicc",
"CXX=%s" % spec['mpi'].prefix.bin + "/mpic++")
make()
make("install")