diff options
Diffstat (limited to 'sys-cluster/mpich/files/1.2.7_p1-fix-romio-sandbox-breakage.patch')
-rw-r--r-- | sys-cluster/mpich/files/1.2.7_p1-fix-romio-sandbox-breakage.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-cluster/mpich/files/1.2.7_p1-fix-romio-sandbox-breakage.patch b/sys-cluster/mpich/files/1.2.7_p1-fix-romio-sandbox-breakage.patch new file mode 100644 index 000000000000..09ecef36919d --- /dev/null +++ b/sys-cluster/mpich/files/1.2.7_p1-fix-romio-sandbox-breakage.patch @@ -0,0 +1,12 @@ +diff -urN mpich-1.2.7p1.orig/romio/configure.in mpich-1.2.7p1/romio/configure.in +--- mpich-1.2.7p1.orig/romio/configure.in 2004-08-02 06:37:31.000000000 -0700 ++++ mpich-1.2.7p1/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 |