import openmpi-4.0.5-3.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:39:26 -04:00 committed by Andrew Lukoshko
parent 86c89e0566
commit d89696b6a0
3 changed files with 18 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/openmpi-4.0.3.tar.bz2
SOURCES/openmpi-4.0.5.tar.bz2

View File

@ -1 +1 @@
d958454e32da2c86dd32b7d557cf9a401f0a08d3 SOURCES/openmpi-4.0.3.tar.bz2
01fba71461dd0c89e191e3bf1eb70e832d1aa5db SOURCES/openmpi-4.0.5.tar.bz2

View File

@ -21,7 +21,7 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: openmpi%{?_cc_name_suffix}
Version: 4.0.3
Version: 4.0.5
Release: 3%{?dist}
Summary: Open Message Passing Interface
Group: Development/Libraries
@ -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,19 @@ make check
%changelog
* Wed Jan 27 2021 Honggang Li <honli@redhat.com> - 4.0.5-3
- disable gcc built-in atomics
- Resolves: rhbz#1921262
* Tue Nov 17 2020 Honggang Li <honli@redhat.com> - 4.0.5-2
- Rebuild against ucx-1.9 and libfabric-1.11.1
- Resolves: rhbz#1892128
* Mon Oct 12 2020 Honggang Li <honli@redhat.com> - 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 <honli@redhat.com> - 4.0.3-3
- Fix module load overwrites system MANPATH
- Resolves: rhbz#1858519