hdf5: fix --with-mpi (#23192)

master
Lukas Riedel 2018-01-23 14:54:19 +01:00 committed by FX Coudert
parent f66a0e841b
commit 9c28a435e6
1 changed files with 1 additions and 1 deletions

View File

@ -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