[openmpi] Update to 1.8.4.99 snapshot

Orion Poplawski orion at fedoraproject.org
Wed Mar 4 15:38:32 UTC 2015


commit 439780420bffca4cc286dfdc01cd1f8460a3ccf4
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Mar 4 08:38:30 2015 -0700

    Update to 1.8.4.99 snapshot

 .gitignore   |  1 +
 openmpi.spec | 12 ++++++++----
 sources      |  2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ae6162..220cc39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ openmpi-1.4.1-RH.tar.bz2
 /openmpi-1.8.2.tar.bz2
 /openmpi-1.8.3.tar.bz2
 /openmpi-1.8.4.tar.bz2
+/openmpi-v1.8.4-99-gd83fb30.tar.gz
diff --git a/openmpi.spec b/openmpi.spec
index 965c267..62749df 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -22,14 +22,15 @@
 
 Name:			openmpi%{?_cc_name_suffix}
 Version:		1.8.4
-Release:		2%{?dist}
+Release:		3.20150228gitgd83fb30%{?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.8/downloads/openmpi-%{version}.tar.bz2
+#Source0:		http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-%{version}.tar.bz2
+Source0:		http://www.open-mpi.org/nightly/v1.8/openmpi-v%{version}-99-gd83fb30.tar.gz
 Source1:		openmpi.module.in
 Source2:		macros.openmpi
 # Patch to use system ltdl for tests
@@ -113,7 +114,7 @@ Contains development wrapper for compiling Java with openmpi.
 %global namearch openmpi-%{_arch}%{?_cc_name_suffix}
 
 %prep
-%setup -q -n openmpi-%{version}
+%setup -q -n openmpi-v%{version}-99-gd83fb30
 %patch1 -p1 -b .ltdl
 %patch2 -p1 -b .oshmem
 # Make sure we don't use the local libltdl library
@@ -242,7 +243,10 @@ make check
 
 
 %changelog
-* Fri Feb 13 2014 Orion Poplawski <orion at cora.nwra.com> 1.8.4-2
+* Wed Mar 4 2015 Orion Poplawski <orion at cora.nwra.com> 1.8.4-3.99.20150228gitgd83fb30
+- Update to 1.8.4.99 snapshot
+
+* Fri Feb 13 2015 Orion Poplawski <orion at cora.nwra.com> 1.8.4-2
 - Fix MPI_FORTRAN_MOD_DIR (bug #1154982)
 
 * Tue Dec 23 2014 Orion Poplawski <orion at cora.nwra.com> 1.8.4-1
diff --git a/sources b/sources
index ed60492..5f5d918 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93b7ea2c4ebae76947f942579608ae4a  openmpi-1.8.4.tar.bz2
+f7ffd20704880169af895178086a54c3  openmpi-v1.8.4-99-gd83fb30.tar.gz


More information about the scm-commits mailing list