1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../mpich2/disable-tests.patch
5 # Copyright (C) 2010 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur mpich2-1.2.1p1.orig//Makefile.in mpich2-1.2.1p1/Makefile.in
18 --- mpich2-1.2.1p1.orig//Makefile.in 2010-08-12 09:31:35.000000000 -0230
19 +++ mpich2-1.2.1p1/Makefile.in 2010-08-12 09:32:46.000000000 -0230
21 if ( cd $$dir && ${MAKE} all ) ; then : ; else exit 1; fi \
23 @(cd src && ${MAKE} all )
24 - @(cd examples && ${MAKE} all )
25 +# @(cd examples && ${MAKE} all )
26 @if [ "@ENABLE_SHLIB@" != "none" ] ; then \
27 if [ -s lib/lib${MPILIBNAME}.la ] ; then \
28 echo "make lib/lib${MPILIBNAME}.@SHLIB_EXT@" ;\