Update to 1.8
This commit is contained in:
parent
5e907a483c
commit
d46bad0e25
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ openmpi-1.4.1-RH.tar.bz2
|
|||||||
/openmpi-1.7.3.tar.bz2
|
/openmpi-1.7.3.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
|
||||||
|
@ -21,15 +21,15 @@
|
|||||||
%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.7.5
|
Version: 1.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: BSD, MIT and Romio
|
License: BSD, 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: 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
|
Source1: openmpi.module.in
|
||||||
Source2: macros.openmpi
|
Source2: macros.openmpi
|
||||||
# Patch to use system ltdl for tests
|
# Patch to use system ltdl for tests
|
||||||
@ -238,6 +238,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 25 2014 Orion Poplawski <orion@cora.nwra.com> 1.7.5-2
|
||||||
- Update provides filter
|
- Update provides filter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user