Update to 4.0.1
This commit is contained in:
parent
75e8b871eb
commit
1ba31991a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ openmpi-1.4.1-RH.tar.bz2
|
|||||||
/openmpi-2.1.6.tar.bz2
|
/openmpi-2.1.6.tar.bz2
|
||||||
/openmpi-3.1.3.tar.bz2
|
/openmpi-3.1.3.tar.bz2
|
||||||
/openmpi-4.0.0.tar.bz2
|
/openmpi-4.0.0.tar.bz2
|
||||||
|
/openmpi-4.0.1.tar.bz2
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 4.0.0
|
Version: 4.0.1
|
||||||
Release: 2%{?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/
|
||||||
@ -332,6 +332,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 30 2019 Orion Poplawski <orion@nwra.com> - 4.0.1-1
|
||||||
|
- Update to 4.0.1
|
||||||
|
|
||||||
* Sun Mar 10 2019 Orion Poplawski <orion@nwra.com> - 4.0.0-2
|
* Sun Mar 10 2019 Orion Poplawski <orion@nwra.com> - 4.0.0-2
|
||||||
- Enable valgrind on s390x
|
- Enable valgrind on s390x
|
||||||
- Cleanup arch conditionals
|
- Cleanup arch conditionals
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (openmpi-4.0.0.tar.bz2) = 978097dcbb16df2a616dcbbef9536fed0f7be40914daa8f927882d91bdda9265e54334fc12aeef49b41073d8782321b5611a7e9c71182258a45bca5f640e927b
|
SHA512 (openmpi-4.0.1.tar.bz2) = 09f35dc2e44b4f84aab9c5af9d81f90bbdb030e4d90800a5d3ffae88cb32b7faecc9bea0abb113da53c21f73e9d19db68f961f997bc47bdd28d83a87beee0731
|
||||||
|
Loading…
Reference in New Issue
Block a user