Change MPI_SYCONFIG to /etc/mpich-x86_64

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-05-09 13:02:07 -04:00
parent 1da819ba57
commit af28a00163
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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 <zbyszek@in.waw.pl> - 3.1.4-3
- Change MPI_SYCONFIG to /etc/mpich-x86_64 (#1196728)
* Fri Mar 13 2015 Orion Poplawski <orion@cora.nwra.com> - 3.1.4-2
- Set PKG_CONFIG_DIR (bug #1113627)
- Fix modulefile names and python paths (bug#1201343)