Update to 1.8

This commit is contained in:
Orion Poplawski 2014-04-01 21:49:25 -06:00
parent 5e907a483c
commit d46bad0e25
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ openmpi-1.4.1-RH.tar.bz2
/openmpi-1.7.3.tar.bz2
/openmpi-1.7.4.tar.bz2
/openmpi-1.7.5.tar.bz2
/openmpi-1.8.tar.bz2

View File

@ -21,15 +21,15 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: openmpi%{?_cc_name_suffix}
Version: 1.7.5
Release: 2%{?dist}
Version: 1.8
Release: 1%{?dist}
Summary: Open Message Passing Interface
Group: Development/Libraries
License: BSD, MIT and Romio
URL: http://www.open-mpi.org/
# We can't use %{name} here because of _cc_name_suffix
Source0: http://www.open-mpi.org/software/ompi/v1.7/downloads/openmpi-%{version}.tar.bz2
Source0: http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-%{version}.tar.bz2
Source1: openmpi.module.in
Source2: macros.openmpi
# Patch to use system ltdl for tests
@ -238,6 +238,9 @@ make check
%changelog
* Tue Apr 1 2014 Orion Poplawski <orion@cora.nwra.com> 1.8-1
- Update to 1.8
* Tue Mar 25 2014 Orion Poplawski <orion@cora.nwra.com> 1.7.5-2
- Update provides filter

View File

@ -1 +1 @@
321ab81147ac69a5bbca72652fb3b468 openmpi-1.7.5.tar.bz2
5999cfb177a50c480b5d0bced379aff1 openmpi-1.8.tar.bz2