TAU: Respect ~fortran for +mpi (#40617)

This commit is contained in:
wspear 2023-10-19 22:24:17 -07:00 committed by GitHub
parent 0019faaa17
commit c9e5173bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,6 +261,7 @@ def install(self, spec, prefix):
if "+mpi" in spec:
env["CC"] = spec["mpi"].mpicc
env["CXX"] = spec["mpi"].mpicxx
if "+fortran" in spec:
env["F77"] = spec["mpi"].mpif77
env["FC"] = spec["mpi"].mpifc
options.append("-mpiinc=%s" % spec["mpi"].prefix.include)