[openmpi/f14/master] Upgrade to 1.4.3, set MANPATH in module, remove workaround for 617766

Jay Fenlason dajt at fedoraproject.org
Wed Oct 20 21:16:31 UTC 2010


commit 5d8c83e4c0cb0273df230eec58f5936f300d596a
Author: Jay Fenlason <fenlason at redhat.com>
Date:   Wed Oct 20 17:16:26 2010 -0400

    Upgrade to 1.4.3, set MANPATH in module, remove workaround for 617766

 openmpi.module.in |    1 +
 openmpi.spec      |   19 +++++++++----------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/openmpi.module.in b/openmpi.module.in
index 8d0cb66..59be874 100644
--- a/openmpi.module.in
+++ b/openmpi.module.in
@@ -5,6 +5,7 @@
 prepend-path 		PATH 		@LIBDIR@/bin
 prepend-path 		LD_LIBRARY_PATH @LIBDIR@/lib
 prepend-path		PYTHONPATH	@PYSITEARCH@
+prepend-path		MANPATH		@MANDIR@
 setenv 			MPI_BIN		@LIBDIR@/bin
 setenv			MPI_SYSCONFIG	@ETCDIR@
 setenv			MPI_FORTRAN_MOD_DIR	@FMODDIR@
diff --git a/openmpi.spec b/openmpi.spec
index 9705cf2..bf04d91 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -18,7 +18,7 @@
 #define _cc_name_suffix -gcc
 
 Name:			openmpi%{?_cc_name_suffix}
-Version:		1.4.1
+Version:		1.4.3
 Release:		7%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
@@ -26,10 +26,9 @@ 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.4/downloads/openmpi-%{version}.tar.bz2
-# openmpi-1.4.1-RH.tar.bz2 was generated by taking the upstream 1.4.1 tarball
-# and removing license-incompatible (ras_loadleveler_module.c contained
-# usage requirements that we cannot make our users comply with, and
-# MoreDebugging/* is AML but unused in our configuration),
+# openmpi-1.4.3-RH.tar.bz2 was generated by taking the upstream 1.4.3 tarball
+# and removing license-incompatible 
+# (MoreDebugging/* is AML but unused in our configuration),
 # and packaging-guidelines-incompatable (MUST use system versions of libltdl
 # and libplpa, not the (formerly included ones), and also remove the generated
 # Makefile.in and configure related files.
@@ -119,11 +118,6 @@ Contains development headers and libraries for openmpi
 %setup -q -n openmpi-%{version}
 ./autogen.sh
 
-# Workaround for rhbz#617766
-sed -i \
-  's|ofc_type_alignment=`eval.*`|ofc_type_alignment=$ac_res|g' \
-  configure
-
 %build
 %ifarch x86_64
 XFLAGS="-fPIC"
@@ -230,6 +224,11 @@ rm -rf %{buildroot}
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Wed Oct 20 2010 Jay Fenlason <fenlason at redhat.com> - 1.4.3-1
+- set MANPATH in opempi.module
+- Remove workaround for 617766
+- Upgrade to 1.4.3
+
 * Sat Sep 05 2010 Dennis Gilmore <dennis at ausil.us> - 1.4.1-7
 - disable valgrind support on sparc arches
 
diff --git a/sources b/sources
index c275396..c6cc03a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a343ebe72050f6795a132a8d6df876e  openmpi-1.4.1-RH.tar.bz2
+febfdf4241b08df9cdc92b21c269c94b  openmpi-1.4.3-RH.tar.bz2


More information about the scm-commits mailing list