diff --git a/.gitignore b/.gitignore index 2546ee4..a077452 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ openmpi-1.4.1-RH.tar.bz2 /openmpi-1.5.4-clean.tar.bz2 /openmpi-1.5.5-clean.tar.bz2 /openmpi-1.6.tar.bz2 +/openmpi-1.6-clean.tar.bz2 diff --git a/openmpi.spec b/openmpi.spec index db4cafe..a4e4a1f 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -26,11 +26,11 @@ 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.6/downloads/openmpi-%{version}.tar.bz2 +#Source0: http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-%{version}.tar.bz2 # openmpi-%{version}-clean.tar.bz2 was generated by taking the upstream tarball # and removing license-incompatible files: # rm -r opal/mca/backtrace/darwin/MoreBacktrace -#Source0: openmpi-%{version}-clean.tar.bz2 +Source0: openmpi-%{version}-clean.tar.bz2 Source1: openmpi.module.in Source2: macros.openmpi # Patch to handle removed items diff --git a/sources b/sources index b475261..c64c2e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd6f5bd4b3cb14d93bbf530e50e46e60 openmpi-1.6.tar.bz2 +ed7575c6f85bb66034831a4756924aa0 openmpi-1.6-clean.tar.bz2