diff --git a/.gitignore b/.gitignore index a3bd7c1..91934d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/openmpi-4.0.3.tar.bz2 +SOURCES/openmpi-4.0.5.tar.bz2 diff --git a/.openmpi.metadata b/.openmpi.metadata index 82706ff..f532325 100644 --- a/.openmpi.metadata +++ b/.openmpi.metadata @@ -1 +1 @@ -d958454e32da2c86dd32b7d557cf9a401f0a08d3 SOURCES/openmpi-4.0.3.tar.bz2 +01fba71461dd0c89e191e3bf1eb70e832d1aa5db SOURCES/openmpi-4.0.5.tar.bz2 diff --git a/SOURCES/openmpi.module.in b/SOURCES/openmpi.module.in index 6885013..287a4b5 100644 --- a/SOURCES/openmpi.module.in +++ b/SOURCES/openmpi.module.in @@ -6,7 +6,7 @@ conflict mpi prepend-path PATH @LIBDIR@/bin prepend-path LD_LIBRARY_PATH @LIBDIR@/lib prepend-path PKG_CONFIG_PATH @LIBDIR@/lib/pkgconfig -prepend-path MANPATH @MANDIR@ +prepend-path MANPATH :@MANDIR@ setenv MPI_BIN @LIBDIR@/bin setenv MPI_SYSCONFIG @ETCDIR@ setenv MPI_FORTRAN_MOD_DIR @FMODDIR@ diff --git a/SPECS/openmpi.spec b/SPECS/openmpi.spec index 1cff2d8..500e23f 100644 --- a/SPECS/openmpi.spec +++ b/SPECS/openmpi.spec @@ -21,8 +21,8 @@ %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Name: openmpi%{?_cc_name_suffix} -Version: 4.0.3 -Release: 1%{?dist} +Version: 4.0.5 +Release: 3%{?dist} Summary: Open Message Passing Interface Group: Development/Libraries License: BSD and MIT and Romio @@ -49,7 +49,7 @@ BuildRequires: librdmacm-devel rdma-core-devel # vt_dyn.cc:958:28: error: 'class BPatch_basicBlockLoop' has no member named 'getLoopHead' # loop->getLoopHead()->getStartAddress(), loop_stmts ); #BuildRequires: dyninst-devel -BuildRequires: hwloc-devel +BuildRequires: hwloc-devel >= 2.2.0 # So configure can find lstopo BuildRequires: hwloc-gui BuildRequires: java-devel @@ -141,7 +141,7 @@ OpenMPI support for Python 3. --includedir=%{_includedir}/%{namearch} \ --sysconfdir=%{_sysconfdir}/%{namearch} \ --disable-silent-rules \ - --enable-builtin-atomics \ + --disable-builtin-atomics \ --enable-mpi-thread-multiple \ %ifnarch %{power64} --enable-mpi-cxx \ @@ -287,6 +287,23 @@ make check %changelog +* Wed Jan 27 2021 Honggang Li - 4.0.5-3 +- disable gcc built-in atomics +- Resolves: rhbz#1921262 + +* Tue Nov 17 2020 Honggang Li - 4.0.5-2 +- Rebuild against ucx-1.9 and libfabric-1.11.1 +- Resolves: rhbz#1892128 + +* Mon Oct 12 2020 Honggang Li - 4.0.5-1 +- Update to upstream v4.0.5 release +- Build against hwloc-2.2 +- Resolves: rhbz#1850088,rhbz#1855197 + +* Tue Jul 28 2020 Honggang Li - 4.0.3-3 +- Fix module load overwrites system MANPATH +- Resolves: rhbz#1858519 + * Tue May 12 2020 Honggang Li - 4.0.3-1 - Update to upstream v4.0.3 release - Resolves: rhbz#1817834