Update to 4.1.1rc2
This commit is contained in:
parent
059848ce5b
commit
c7b3ead5b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ openmpi-1.4.1-RH.tar.bz2
|
||||
/openmpi-4.0.5.tar.bz2
|
||||
/openmpi-4.1.0.tar.bz2
|
||||
/openmpi-4.1.1rc1.tar.bz2
|
||||
/openmpi-4.1.1rc2.tar.bz2
|
||||
|
@ -30,13 +30,13 @@
|
||||
|
||||
Name: openmpi%{?_cc_name_suffix}
|
||||
Version: 4.1.1
|
||||
Release: 0.1.rc1%{?dist}
|
||||
Release: 0.2.rc2%{?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}rc2.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}rc2
|
||||
%if %{with autogen}
|
||||
./autogen.pl --force
|
||||
%endif
|
||||
@ -357,6 +357,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 05 2021 Orion Poplawski <orion@nwra.com> - 4.1.1-0.2.rc2
|
||||
- Update to 4.1.1rc2
|
||||
|
||||
* Thu Feb 11 2021 Orion Poplawski <orion@nwra.com> - 4.1.1-0.1.rc1
|
||||
- Update to 4.1.1rc1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openmpi-4.1.1rc1.tar.bz2) = 642ac706cd2d4fc34fdd5002b84fd1680e57a01edc78bcc1f0ab65b8da36af19952ae6b09c759562d5f97bafd0d931064b2d1e0926248793c8cddf2a5c38c3a3
|
||||
SHA512 (openmpi-4.1.1rc2.tar.bz2) = 83aeaf027cc83a3b8800d328d547e75a830b36a02ba565b4d2aa3f4b9082930d7a48608e6e94f80eca0ba0f51356ba0d400ebdb4f3e7cd7e5daa70982c6d1064
|
||||
|
Loading…
Reference in New Issue
Block a user