ports/math/freefem++/files/patch-configure
Thierry Thomas bcff1fa77f - Upgrade to 2.9;
- Don't depend on ATLAS, unless already installed;

- Enable MPICH2.
2006-09-24 23:12:02 +00:00

20 lines
594 B
Text

--- configure.orig Tue Sep 19 21:24:02 2006
+++ configure Wed Sep 20 22:32:15 2006
@@ -9371,7 +9371,7 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
-#include <mpicxx.h>
+#include <mpi.h>
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
@@ -9415,7 +9415,7 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <mpicxx.h>
+#include <mpi.h>
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1