diff --git a/mpich-modules.patch b/mpich-modules.patch index eae625f..f52f76b 100644 --- a/mpich-modules.patch +++ b/mpich-modules.patch @@ -11,7 +11,7 @@ -setenv prefix @prefix@ -setenv exec_prefix @exec_prefix@ +setenv MPI_BIN @LIBDIR@/bin -+setenv MPI_SYSCONFIG @sysconfdir@ ++setenv MPI_SYSCONFIG @sysconfdir@/@MPINAME@-@ARCH@ +setenv MPI_FORTRAN_MOD_DIR @includedir@ +setenv MPI_INCLUDE @includedir@ +setenv MPI_LIB @libdir@ diff --git a/mpich.spec b/mpich.spec index 5b2ef50..d921016 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Development/Libraries URL: http://www.mpich.org/ @@ -217,6 +217,9 @@ make check VERBOSE=1 %{_mandir}/%{name}/man3/ %changelog +* Sat May 9 2015 Zbigniew Jędrzejewski-Szmek - 3.1.4-3 +- Change MPI_SYCONFIG to /etc/mpich-x86_64 (#1196728) + * Fri Mar 13 2015 Orion Poplawski - 3.1.4-2 - Set PKG_CONFIG_DIR (bug #1113627) - Fix modulefile names and python paths (bug#1201343)