hdf5: fix --with-mpi (#23192)
parent
f66a0e841b
commit
9c28a435e6
|
@ -51,7 +51,7 @@ class Hdf5 < Formula
|
|||
if build.with? "mpi"
|
||||
ENV["CC"] = "mpicc"
|
||||
ENV["CXX"] = "mpicxx"
|
||||
ENV["FC"] = "mpifc"
|
||||
ENV["FC"] = "mpif90"
|
||||
|
||||
args << "--enable-parallel"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue