spack/var/spack/repos/builtin/packages/libcircle/CrayPE_configure-ac.patch
lukebroskop 766f99f130
CrayPE fix for libcircle (#23526)
Disable mpi search when using cce (the CCE compiler wrappers do not behave like the conventional mpi compiler wrappers).
2021-05-11 09:33:58 -07:00

18 lines
541 B
Diff

diff --git a/configure.ac b/configure.ac_new
index 49fcc1c..f0d3d2a 100644
--- a/configure.ac
+++ b/configure.ac_new
@@ -59,9 +59,9 @@ AC_SUBST([LIBCIRCLE_SO_VERSION], [3:1:1])
AC_SUBST([LIBCIRCLE_API_VERSION], [0.3.0])
# Check for MPI
-LX_FIND_MPI
-test "x$have_C_mpi" = xyes || \
- AC_MSG_ERROR([You should check to see if MPI is setup properly.])
+#LX_FIND_MPI
+#test "x$have_C_mpi" = xyes || \
+# AC_MSG_ERROR([You should check to see if MPI is setup properly.])
AM_CONDITIONAL(HAVE_MPI, [test "x$have_C_mpi" = xyes])
echo