import openmpi-4.0.5-3.el8

This commit is contained in:
CentOS Sources 2021-03-30 06:56:57 -04:00 committed by Stepan Oksanichenko
parent 8a5a0bda88
commit dd5eff77ec
4 changed files with 24 additions and 7 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

@ -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@

View File

@ -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 <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
* Tue May 12 2020 Honggang Li <honli@redhat.com> - 4.0.3-1
- Update to upstream v4.0.3 release
- Resolves: rhbz#1817834