diff options
author | thierry <thierry@FreeBSD.org> | 2006-09-24 23:12:02 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-09-24 23:12:02 +0000 |
commit | 85682c96a68c4f0e5b29c189d8c2f7c8a1066456 (patch) | |
tree | b5938d960b66314c44e21c47ec2035ffbdd6d04c /math/freefem++/files/patch-configure | |
parent | 363740bc81ed877c4197a11e9d1530762ac7ae26 (diff) | |
download | FreeBSD-ports-85682c96a68c4f0e5b29c189d8c2f7c8a1066456.zip FreeBSD-ports-85682c96a68c4f0e5b29c189d8c2f7c8a1066456.tar.gz |
- Upgrade to 2.9;
- Don't depend on ATLAS, unless already installed;
- Enable MPICH2.
Diffstat (limited to 'math/freefem++/files/patch-configure')
-rw-r--r-- | math/freefem++/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/freefem++/files/patch-configure b/math/freefem++/files/patch-configure new file mode 100644 index 0000000..c016f7b --- /dev/null +++ b/math/freefem++/files/patch-configure @@ -0,0 +1,20 @@ +--- 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 |