Update to 4.1.2
This commit is contained in:
parent
63c964d667
commit
c446ed0db6
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ openmpi-1.4.1-RH.tar.bz2
|
||||
/openmpi-4.1.1rc2.tar.bz2
|
||||
/openmpi-4.1.1.tar.bz2
|
||||
/openmpi-4.1.2rc1.tar.bz2
|
||||
/openmpi-4.1.2.tar.bz2
|
||||
|
@ -30,13 +30,13 @@
|
||||
|
||||
Name: openmpi%{?_cc_name_suffix}
|
||||
Version: 4.1.2
|
||||
Release: 0.1.rc1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Message Passing Interface
|
||||
License: BSD and MIT and Romio
|
||||
URL: http://www.open-mpi.org/
|
||||
|
||||
# We can't use %%{name} here because of _cc_name_suffix
|
||||
Source0: https://www.open-mpi.org/software/ompi/v4.1/downloads/openmpi-%{version}rc1.tar.bz2
|
||||
Source0: https://www.open-mpi.org/software/ompi/v4.1/downloads/openmpi-%{version}.tar.bz2
|
||||
Source1: openmpi.module.in
|
||||
Source2: openmpi.pth.py2
|
||||
Source3: openmpi.pth.py3
|
||||
@ -168,7 +168,7 @@ OpenMPI support for Python 3.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}rc1
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%if %{with autogen}
|
||||
./autogen.pl --force
|
||||
%endif
|
||||
@ -361,6 +361,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 29 2021 Orion Poplawski <orion@nwra.com> - 4.1.2-1
|
||||
- Update to 4.1.2
|
||||
|
||||
* Sun Oct 10 2021 Orion Poplawski <orion@nwra.com> - 4.1.2-0.1.rc1
|
||||
- Update to 4.1.2rc1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openmpi-4.1.2rc1.tar.bz2) = a51e281292a6adba8cc07b6b4d66e0bc6d8fdc34c2e3d2a2a93ab5de8d90f5e04136e91a146d0427d8fd0c0e09cee0817ecd64e1120ed3362d01650ad70c2d42
|
||||
SHA512 (openmpi-4.1.2.tar.bz2) = 1958f96434cddbe525b4511fcf8d0cf8bf1ff376e024466219bd3a2092900e318f45a4b1e1a8ef6b03e350f46a71777fc7db82a7df711f12bb9758150d209aad
|
||||
|
Loading…
Reference in New Issue
Block a user