diff --git a/.gitignore b/.gitignore index b7a66f9..2546ee4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ openmpi-1.4.1-RH.tar.bz2 /openmpi-1.5-RH.tar.bz2 /openmpi-1.5.4-clean.tar.bz2 /openmpi-1.5.5-clean.tar.bz2 +/openmpi-1.6.tar.bz2 diff --git a/configure_arm_fix.patch b/configure_arm_fix.patch deleted file mode 100644 index c6c67f3..0000000 --- a/configure_arm_fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -## Description: add some description -## Origin/Author: add some origin or author -## Bug: bug URL -Index: openmpi-1.5.4/configure -=================================================================== ---- openmpi-1.5.4.orig/configure 2011-08-18 16:49:03.000000000 +0300 -+++ openmpi-1.5.4/configure 2012-01-20 18:12:48.959184193 +0200 -@@ -26943,7 +26943,7 @@ - OMPI_GCC_INLINE_ASSIGN='"bis $31,$31,%0" : "=&r"(ret)' - ;; - -- armv7*) -+ arm*) - ompi_cv_asm_arch="ARM" - OPAL_ASM_SUPPORT_64BIT=1 - OMPI_GCC_INLINE_ASSIGN='"mov %0, #0" : "=&r"(ret)' diff --git a/openmpi.spec b/openmpi.spec index 58a46bb..db4cafe 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -18,7 +18,7 @@ #define _cc_name_suffix -gcc Name: openmpi%{?_cc_name_suffix} -Version: 1.5.5 +Version: 1.6 Release: 1%{?dist} Summary: Open Message Passing Interface Group: Development/Libraries @@ -26,16 +26,15 @@ 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.5/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 Patch0: openmpi-removed.patch -Patch1: configure_arm_fix.patch BuildRequires: gcc-gfortran, libtool # ARM HW doesn't support NUMA @@ -116,7 +115,6 @@ Contains development headers and libraries for openmpi %prep %setup -q -n openmpi-%{version} %patch0 -p1 -b .removed -%patch1 -p1 -b .arm # Make sure we don't use the local libltdl library rm -r opal/libltdl @@ -233,6 +231,10 @@ mkdir -p %{buildroot}/%{python_sitearch}/openmpi%{?_cc_name_suffix} %{_sysconfdir}/rpm/macros.%{namearch} %changelog +* Tue May 15 2012 Orion Poplawski 1.6.0-1 +- Update to 1.6.0 +- Drop arm patch, appears to be addressed upstream + * Tue Apr 3 2012 Peter Robinson - 1.5.5-1 - Update to 1.5.5 diff --git a/sources b/sources index bb3fb08..b475261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74a04e4f140299eee7f4db5e318b6c53 openmpi-1.5.5-clean.tar.bz2 +dd6f5bd4b3cb14d93bbf530e50e46e60 openmpi-1.6.tar.bz2