Update to 4.1.1
This commit is contained in:
parent
c7b3ead5b7
commit
227b60ec52
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@ openmpi-1.4.1-RH.tar.bz2
|
||||
/openmpi-4.1.0.tar.bz2
|
||||
/openmpi-4.1.1rc1.tar.bz2
|
||||
/openmpi-4.1.1rc2.tar.bz2
|
||||
/openmpi-4.1.1.tar.bz2
|
||||
|
@ -30,13 +30,13 @@
|
||||
|
||||
Name: openmpi%{?_cc_name_suffix}
|
||||
Version: 4.1.1
|
||||
Release: 0.2.rc2%{?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}rc2.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}rc2
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%if %{with autogen}
|
||||
./autogen.pl --force
|
||||
%endif
|
||||
@ -357,6 +357,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 27 2021 Orion Poplawski <orion@nwra.com> - 4.1.1-1
|
||||
- Update to 4.1.1
|
||||
|
||||
* Mon Apr 05 2021 Orion Poplawski <orion@nwra.com> - 4.1.1-0.2.rc2
|
||||
- Update to 4.1.1rc2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openmpi-4.1.1rc2.tar.bz2) = 83aeaf027cc83a3b8800d328d547e75a830b36a02ba565b4d2aa3f4b9082930d7a48608e6e94f80eca0ba0f51356ba0d400ebdb4f3e7cd7e5daa70982c6d1064
|
||||
SHA512 (openmpi-4.1.1.tar.bz2) = 0d85ba45a40c0879f266e5286615e2cf94eb3570f0a705194525821d5c85d460cefc3a2da8207e6e84c479d3d0da656e2342cc2d6f88c4b4577ca22bbeacc89d
|
||||
|
Loading…
Reference in New Issue
Block a user