diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-02-21 07:57:19 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-02-21 07:57:19 +0000 |
commit | ed31b9933663981f4a9902e52c46b82685e709a1 (patch) | |
tree | 4eda162f37431f817c9bc9d1245102c0c212a28c /sys-cluster/mpich/files/1.2.6-fix-romio-sandbox-breakage.patch | |
parent | virtual/snmp -> net-analyzer/net-snmp (diff) | |
download | historical-ed31b9933663981f4a9902e52c46b82685e709a1.tar.gz historical-ed31b9933663981f4a9902e52c46b82685e709a1.tar.bz2 historical-ed31b9933663981f4a9902e52c46b82685e709a1.zip |
Update to latest version, after building up suitable suspense over the past six months it's been out.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-cluster/mpich/files/1.2.6-fix-romio-sandbox-breakage.patch')
-rw-r--r-- | sys-cluster/mpich/files/1.2.6-fix-romio-sandbox-breakage.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-cluster/mpich/files/1.2.6-fix-romio-sandbox-breakage.patch b/sys-cluster/mpich/files/1.2.6-fix-romio-sandbox-breakage.patch new file mode 100644 index 000000000000..0b46f0feb4cb --- /dev/null +++ b/sys-cluster/mpich/files/1.2.6-fix-romio-sandbox-breakage.patch @@ -0,0 +1,12 @@ +diff -urN mpich-1.2.6.orig/romio/configure.in mpich-1.2.6/romio/configure.in +--- mpich-1.2.6.orig/romio/configure.in 2004-08-02 06:37:31.000000000 -0700 ++++ mpich-1.2.6/romio/configure.in 2005-02-20 23:35:18.163959288 -0800 +@@ -1621,7 +1621,7 @@ + # + # Make sure we remove any configuration file incase there is out-of-date data. + # We remove the version in include in case this is a vpath build +-rm -f adio/include/romioconf.h ${use_top_srcdir}/src/mpi/romio/adio/include/romioconf.h ${use_top_srcdir}/adio/include/romioconf.h ++rm -f adio/include/romioconf.h + # + # Create makefiles for all of the adio devices. Only the ones that + # are active will be called by the top level ROMIO make |