diff --git a/openmpi.spec b/openmpi.spec index e7bfbf1..6fe5d41 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: openmpi -Version: 4.1.0 +Version: 4.1.1 Release: 1mamba Summary: A High Performance Message Passing Library Group: System/Tools @@ -14,20 +14,19 @@ License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: gcc-fortran BuildRequires: glibc-devel -BuildRequires: libesmtp-devel +BuildRequires: libevent-devel BuildRequires: libgcc -BuildRequires: libgomp-devel -BuildRequires: libopenssl-devel +BuildRequires: libhwloc-devel +BuildRequires: libibverbs-devel +BuildRequires: libnl-devel %ifnarch arm aarch64 BuildRequires: libquadmath-devel %endif -BuildRequires: libstdc++6-devel +BuildRequires: libudev-devel BuildRequires: libz-devel -BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: javapackages Requires: libmpi = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers. @@ -277,6 +276,9 @@ sed -i "s|armv5\*linux|arm*linux|" configure || exit 1 #%doc NEWS README %changelog +* Wed Apr 28 2021 Automatic Build System 4.1.1-1mamba +- automatic version update by autodist + * Sat Feb 20 2021 Automatic Build System 4.1.0-1mamba - automatic version update by autodist