diff --git a/.gitignore b/.gitignore index e79c547..0059afc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/openmpi-4.0.1.tar.bz2 +SOURCES/openmpi-4.0.2.tar.bz2 diff --git a/.openmpi.metadata b/.openmpi.metadata index 177a7ff..4f22582 100644 --- a/.openmpi.metadata +++ b/.openmpi.metadata @@ -1 +1 @@ -35bf7c9162b08ecdc4876af573786cd290015631 SOURCES/openmpi-4.0.1.tar.bz2 +32ce3761288575fb8e4f6296c9105c3a25cf3235 SOURCES/openmpi-4.0.2.tar.bz2 diff --git a/SPECS/openmpi.spec b/SPECS/openmpi.spec index 3aff664..dd8d093 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.1 -Release: 3%{?dist} +Version: 4.0.2 +Release: 2%{?dist} Summary: Open Message Passing Interface Group: Development/Libraries License: BSD and MIT and Romio @@ -38,7 +38,7 @@ BuildRequires: gcc-gfortran, gcc-c++ %ifnarch s390 s390x BuildRequires: valgrind-devel %endif -%ifnarch s390 s390x i686 %{arm} +%ifnarch s390 s390x i686 BuildRequires: ucx-devel %endif %ifnarch s390 s390x %{arm} @@ -154,7 +154,7 @@ OpenMPI support for Python 3. --with-valgrind \ --enable-memchecker \ %endif -%ifnarch s390 s390x i686 %{arm} +%ifnarch s390 s390x i686 --with-ucx \ --with-ucx-libdir=%{_libdir} \ %endif @@ -235,7 +235,7 @@ make check %{_libdir}/%{name}/bin/mpi[er]* %{_libdir}/%{name}/bin/ompi* %{_libdir}/%{name}/bin/orte[-dr_]* -%ifnarch s390 s390x i686 %{arm} +%ifnarch s390 s390x i686 %{_libdir}/%{name}/bin/osh* %{_libdir}/%{name}/bin/shmem* %endif @@ -287,6 +287,14 @@ make check %changelog +* Sun Jan 19 2020 Honggang Li - 4.0.2-2 +- Rebuild against ucx-1.6 +- Resolves: rhbz#1791483 + +* Wed Oct 16 2019 Jarod Wilson - 4.0.2-1 +- Update to upstream v4.0.2 release +- Resolves: rhbz#1725631 + * Thu Aug 01 2019 Jarod Wilson - 4.0.1-3 - Actually enable UCX support - Resolves: rhbz#1642942