import openmpi-4.0.5-3.el8
This commit is contained in:
parent
86c89e0566
commit
d89696b6a0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/openmpi-4.0.3.tar.bz2
|
SOURCES/openmpi-4.0.5.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
d958454e32da2c86dd32b7d557cf9a401f0a08d3 SOURCES/openmpi-4.0.3.tar.bz2
|
01fba71461dd0c89e191e3bf1eb70e832d1aa5db SOURCES/openmpi-4.0.5.tar.bz2
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 4.0.3
|
Version: 4.0.5
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
Group: Development/Libraries
|
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'
|
# vt_dyn.cc:958:28: error: 'class BPatch_basicBlockLoop' has no member named 'getLoopHead'
|
||||||
# loop->getLoopHead()->getStartAddress(), loop_stmts );
|
# loop->getLoopHead()->getStartAddress(), loop_stmts );
|
||||||
#BuildRequires: dyninst-devel
|
#BuildRequires: dyninst-devel
|
||||||
BuildRequires: hwloc-devel
|
BuildRequires: hwloc-devel >= 2.2.0
|
||||||
# So configure can find lstopo
|
# So configure can find lstopo
|
||||||
BuildRequires: hwloc-gui
|
BuildRequires: hwloc-gui
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
@ -141,7 +141,7 @@ OpenMPI support for Python 3.
|
|||||||
--includedir=%{_includedir}/%{namearch} \
|
--includedir=%{_includedir}/%{namearch} \
|
||||||
--sysconfdir=%{_sysconfdir}/%{namearch} \
|
--sysconfdir=%{_sysconfdir}/%{namearch} \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-builtin-atomics \
|
--disable-builtin-atomics \
|
||||||
--enable-mpi-thread-multiple \
|
--enable-mpi-thread-multiple \
|
||||||
%ifnarch %{power64}
|
%ifnarch %{power64}
|
||||||
--enable-mpi-cxx \
|
--enable-mpi-cxx \
|
||||||
@ -287,6 +287,19 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 28 2020 Honggang Li <honli@redhat.com> - 4.0.3-3
|
||||||
- Fix module load overwrites system MANPATH
|
- Fix module load overwrites system MANPATH
|
||||||
- Resolves: rhbz#1858519
|
- Resolves: rhbz#1858519
|
||||||
|
Loading…
Reference in New Issue
Block a user