Update to 4.0.3 (use x to avoid epoch)
This commit is contained in:
parent
b201da4724
commit
e9dfb688c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ openmpi-1.4.1-RH.tar.bz2
|
|||||||
/openmpi-4.0.2.tar.bz2
|
/openmpi-4.0.2.tar.bz2
|
||||||
/openmpi-4.0.3rc3.tar.bz2
|
/openmpi-4.0.3rc3.tar.bz2
|
||||||
/openmpi-4.0.3rc4.tar.bz2
|
/openmpi-4.0.3rc4.tar.bz2
|
||||||
|
/openmpi-4.0.3.tar.bz2
|
||||||
|
10
openmpi.spec
10
openmpi.spec
@ -40,14 +40,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 4.0.3rc4
|
Version: 4.0.3x
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
License: BSD and MIT and Romio
|
License: BSD and MIT and Romio
|
||||||
URL: http://www.open-mpi.org/
|
URL: http://www.open-mpi.org/
|
||||||
|
|
||||||
# We can't use %%{name} here because of _cc_name_suffix
|
# We can't use %%{name} here because of _cc_name_suffix
|
||||||
Source0: https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-%{version}.tar.bz2
|
#Source0: https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-%{version}.tar.bz2
|
||||||
|
Source0: https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-4.0.3.tar.bz2
|
||||||
Source1: openmpi.module.in
|
Source1: openmpi.module.in
|
||||||
Source2: openmpi.pth.py2
|
Source2: openmpi.pth.py2
|
||||||
Source3: openmpi.pth.py3
|
Source3: openmpi.pth.py3
|
||||||
@ -177,7 +178,7 @@ OpenMPI support for Python 3.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n openmpi-%{version}
|
%autosetup -p1 -n openmpi-4.0.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=%{_libdir}/%{name} \
|
./configure --prefix=%{_libdir}/%{name} \
|
||||||
@ -366,6 +367,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 05 2020 Orion Poplawski <orion@nwra.com> - 4.0.3x-1
|
||||||
|
- Update to 4.0.3 (use x to avoid epoch)
|
||||||
|
|
||||||
* Sun Mar 01 2020 Orion Poplawski <orion@nwra.com> - 4.0.3rc4-1
|
* Sun Mar 01 2020 Orion Poplawski <orion@nwra.com> - 4.0.3rc4-1
|
||||||
- Update to 4.0.3rc4
|
- Update to 4.0.3rc4
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (openmpi-4.0.3rc4.tar.bz2) = 01bba4b5040e6a3dbea9f5d39caef0e5fe113f308f4e790c5098d485189543994764dcc329be378f640ed253ebdf04b17613dfc73adaa8563f94369792193bee
|
SHA512 (openmpi-4.0.3.tar.bz2) = 01f773064c575a0fe6ab081c20c5cf07ba1c9eada5ecfe520d14ce2b9fc6d021d0f56a0159fa354fd6c8e2bb7354a272aa8d0063b351f59251deb56474849acc
|
||||||
|
Loading…
Reference in New Issue
Block a user