summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2004-08-07 18:16:14 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite31d133d2f0acb0ffb6546c4349a031a27255425 (patch)
tree758c68a152e5e73b6256fc12b4eec7b7cd19bada
parent0dad8207696a4504ec5d2fb98dcb47f156615159 (diff)
downloadmpich-e31d133d2f0acb0ffb6546c4349a031a27255425.zip
mpich-e31d133d2f0acb0ffb6546c4349a031a27255425.tar.gz
- updated for 1.2.6
Changed files: mpich-opt.patch -> 1.4
-rw-r--r--mpich-opt.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/mpich-opt.patch b/mpich-opt.patch
index 05e986b..40bcd3c 100644
--- a/mpich-opt.patch
+++ b/mpich-opt.patch
@@ -130,13 +130,3 @@
CC="@CC@" ; export CC ; MAKE="${MAKE}" ; export MAKE ; \
${top_srcdir}/mpid/server/configure ; $(MAKE) serv_p4 ; \
cp serv_p4 $(binbuild_dir) )
---- mpich-1.2.5/mpid/ch_p4/setup_ch_p4.orig Fri Aug 18 21:45:14 2000
-+++ mpich-1.2.5/mpid/ch_p4/setup_ch_p4 Wed May 30 05:11:02 2001
-@@ -253,6 +253,7 @@
- echo "Configuring new p4 secure server"
- (cd mpid/server ; \
- CC="$CC" ; export CC ; \
-+ CFLAGS="$OPTFLAGS"; export CFLAGS ; \
- "$top_srcdir/mpid/server/configure" )
- if test $? != 0 ; then
- print_error "Configure of the secure server may have failed!"