Update to 1.8.1, fixes bug #1089044
This commit is contained in:
parent
d46bad0e25
commit
3562f01d8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ openmpi-1.4.1-RH.tar.bz2
|
|||||||
/openmpi-1.7.4.tar.bz2
|
/openmpi-1.7.4.tar.bz2
|
||||||
/openmpi-1.7.5.tar.bz2
|
/openmpi-1.7.5.tar.bz2
|
||||||
/openmpi-1.8.tar.bz2
|
/openmpi-1.8.tar.bz2
|
||||||
|
/openmpi-1.8.1.tar.bz2
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%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: 1.8
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -238,6 +238,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 23 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.1-1
|
||||||
|
- Update to 1.8.1, fixes bug #1089044
|
||||||
|
|
||||||
* Tue Apr 1 2014 Orion Poplawski <orion@cora.nwra.com> 1.8-1
|
* Tue Apr 1 2014 Orion Poplawski <orion@cora.nwra.com> 1.8-1
|
||||||
- Update to 1.8
|
- Update to 1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user