Update requires and fix MPI_FORTRAN_MOD_DIR var
This commit is contained in:
parent
11a73a853b
commit
1c9aa428a9
@ -12,7 +12,7 @@
|
|||||||
-setenv exec_prefix @exec_prefix@
|
-setenv exec_prefix @exec_prefix@
|
||||||
+setenv MPI_BIN @LIBDIR@/bin
|
+setenv MPI_BIN @LIBDIR@/bin
|
||||||
+setenv MPI_SYSCONFIG @sysconfdir@/@MPINAME@-@ARCH@
|
+setenv MPI_SYSCONFIG @sysconfdir@/@MPINAME@-@ARCH@
|
||||||
+setenv MPI_FORTRAN_MOD_DIR @fortranmoddir@/@MPINAME@-@ARCH@
|
+setenv MPI_FORTRAN_MOD_DIR @fortranmoddir@/@MPINAME@
|
||||||
+setenv MPI_INCLUDE @includedir@
|
+setenv MPI_INCLUDE @includedir@
|
||||||
+setenv MPI_LIB @libdir@
|
+setenv MPI_LIB @libdir@
|
||||||
+setenv MPI_MAN @mandir@
|
+setenv MPI_MAN @mandir@
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A high-performance implementation of MPI
|
Summary: A high-performance implementation of MPI
|
||||||
Name: mpich
|
Name: mpich
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.mpich.org/
|
URL: http://www.mpich.org/
|
||||||
@ -24,7 +24,7 @@ BuildRequires: rpm-mpi-hooks
|
|||||||
Provides: mpi
|
Provides: mpi
|
||||||
Provides: mpich2 = 3.0.1
|
Provides: mpich2 = 3.0.1
|
||||||
Obsoletes: mpich2 < 3.0
|
Obsoletes: mpich2 < 3.0
|
||||||
Requires: environment-modules
|
Requires: environment(modules)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MPICH is a high-performance and widely portable implementation of the Message
|
MPICH is a high-performance and widely portable implementation of the Message
|
||||||
@ -237,6 +237,9 @@ make check VERBOSE=1
|
|||||||
%{_datadir}/%{name}/doc/
|
%{_datadir}/%{name}/doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-9
|
||||||
|
- Update requires and fix MPI_FORTRAN_MOD_DIR var
|
||||||
|
|
||||||
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-8
|
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-8
|
||||||
- Move fortran .mod files to %%{_fmoddir}/mpich (#1154991)
|
- Move fortran .mod files to %%{_fmoddir}/mpich (#1154991)
|
||||||
- Move man pages to arch-specific dir (#1264359)
|
- Move man pages to arch-specific dir (#1264359)
|
||||||
|
Loading…
Reference in New Issue
Block a user