[mpich2/f16] Update to 1.4.1p1 patch update Add enable-lib-depend to configure flags

Deji Akingunola deji at fedoraproject.org
Mon Sep 12 01:58:57 UTC 2011


commit b3bb093489be50707e9a012d21ed04cd6d6a3076
Author: Deji Akingunola <dakingun at mail.com>
Date:   Sun Sep 11 22:01:21 2011 -0400

    Update to 1.4.1p1 patch update
    Add enable-lib-depend to configure flags

 mpich2-mpicxx-und.patch |    2 +-
 mpich2.spec             |    7 ++++++-
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mpich2-mpicxx-und.patch b/mpich2-mpicxx-und.patch
index de0f1a7..c9e041b 100644
--- a/mpich2-mpicxx-und.patch
+++ b/mpich2-mpicxx-und.patch
@@ -14,7 +14,7 @@
  # Build the shared library from the shared object files
  lib/lib${MPICXXLIBNAME}. at SHLIB_EXT@: lib/lib${MPICXXLIBNAME}.la
 -	(cd lib && $(CREATESHLIB) --mode=link  -version-info "$(ABIVERSION)" -o lib${MPICXXLIBNAME}.la  -rpath $(libdir) -L. @LDFLAGS_DEPS@ -l$(MPILIBNAME) @LIB_DEPS@ -ldflags "$(LDFLAGS)" $(LIBS))
-+	(cd lib && $(CREATESHLIB) --mode=link -cc="$(CXX)" -clink="$(CXX) $(CXXFLAGS) -shared" -version-info "$(ABIVERSION)" -o lib${MPICXXLIBNAME}.la  -rpath $(libdir) -L. @LDFLAGS_DEPS@ -l$(MPILIBNAME) -lmpl @LIB_DEPS@ -ldflags "$(LDFLAGS)" $(LIBS))
++	(cd lib && $(CREATESHLIB) --mode=link -cc="$(CXX)" -clink="$(CXX) $(CXXFLAGS) -shared" -version-info "$(ABIVERSION)" -o lib${MPICXXLIBNAME}.la  -rpath $(libdir) -L. @LDFLAGS_DEPS@ -l$(MPILIBNAME) @LIB_DEPS@ -ldflags "$(LDFLAGS)" $(LIBS))
  
  # --------------------------------------------------------------------------
  .libstamp0: 
diff --git a/mpich2.spec b/mpich2.spec
index 88efe65..3d0b33c 100644
--- a/mpich2.spec
+++ b/mpich2.spec
@@ -2,7 +2,7 @@
 
 Summary:	A high-performance implementation of MPI
 Name:		mpich2
-Version:	1.4.1
+Version:	1.4.1p1
 Release:	1%{?dist}
 License:	MIT
 Group:		Development/Libraries
@@ -111,6 +111,7 @@ Contains documentations, examples and manpages for mpich2
 %configure	\
 	--enable-sharedlibs=gcc					\
 	--enable-shared						\
+	--enable-lib-depend					\
 	--disable-rpath						\
 	--enable-fc						\
 	--with-device=%{selected_channels}			\
@@ -264,6 +265,10 @@ fi
 %exclude %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 
 %changelog
+* Sun Sep 11 2011 Deji Akingunola <dakingun at gmail.com> - 1.4.1p1-1
+- Update to 1.4.1p1 patch update
+- Add enable-lib-depend to configure flags
+
 * Fri Aug 27 2011 Deji Akingunola <dakingun at gmail.com> - 1.4.1-1
 - Update to 1.4.1 final
 - Drop the mpd subpackage, the PM is no longer supported upstream
diff --git a/sources b/sources
index ae36f14..9663e79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c423a39900113ab7b01d8b57a0fd8fa  mpich2-1.4.1.tar.gz
+b470666749bcb4a0449a072a18e2c204  mpich2-1.4.1p1.tar.gz


More information about the scm-commits mailing list