From ed2be27293dd74415c3caf0e20381194ca5c5435 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 20 Nov 2015 14:31:35 -0700 Subject: [PATCH] Use MPI_FORTRAN_MOD_DIR to locate MPI Fortran module --- hdf5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index ec2194e..4e12b7c 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -7,7 +7,7 @@ # You need to recompile all users of HDF5 for each version change Name: hdf5 Version: 1.8.15 -Release: 8.patch1%{?dist} +Release: 9.patch1%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD Group: System Environment/Libraries @@ -195,6 +195,7 @@ do ln -s ../configure . %configure \ %{configure_opts} \ + FCFLAGS="$FCFLAGS -I$MPI_FORTRAN_MOD_DIR" \ --enable-parallel \ --libdir=%{_libdir}/$mpi/lib \ --bindir=%{_libdir}/$mpi/bin \ @@ -414,6 +415,9 @@ done %changelog +* Fri Nov 20 2015 Orion Poplawski - 1.8.15-9.patch1 +- Use MPI_FORTRAN_MOD_DIR to locate MPI Fortran module + * Fri Sep 25 2015 Orion Poplawski - 1.8.15-8.patch1 - Force shared by default for compiler wrappers (bug #1266645)