Changeset 23042 for issm/trunk-jpl/m4/issm_options.m4
- Timestamp:
- 08/02/18 16:15:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r22725 r23042 1454 1454 AM_CONDITIONAL([MUMPS], [test x$HAVE_MUMPS = xyes]) 1455 1455 dnl }}} 1456 dnl mumps2{{{ 1457 AC_MSG_CHECKING(for mumps2 (stand alone)) 1458 1459 AC_ARG_WITH([mumps2-include], 1460 AS_HELP_STRING([--with-mumps2-include=DIR],[mumps2 include directory, necessary for parallel build]), 1461 [MUMPS_INCLUDE=$withval],[MUMPS_INCLUDE=""]) 1462 1463 AC_ARG_WITH([mumps2-libflags], 1464 AS_HELP_STRING([--with-mumps2-libflags=LIBS],[mumps2 libraries to be used, necessary for parallel build]), 1465 [MUMPS_LIBFLAGS=$withval],[MUMPS_LIBFLAGS=""]) 1466 1467 1468 if test -z "$MUMPS_INCLUDE" ; then 1469 HAVE_MUMPS=no 1470 else 1471 HAVE_MUMPS=yes 1472 1473 if test -z "$MUMPS_LIBDIR"; then 1474 MUMPSINCL=-I"$MUMPS_INCLUDE" 1475 MUMPSLIB="$MUMPS_LIBFLAGS" 1476 else 1477 MUMPSINCL=-I"$MUMPS_INCLUDE" 1478 MUMPSLIB="-L$MUMPS_LIBDIR $MUMPS_LIBFLAGS" 1479 fi 1480 AC_DEFINE([_HAVE_MUMPS_],[1],[with MUMPS]) 1481 AC_SUBST([MUMPSINCL]) 1482 AC_SUBST([MUMPSLIB]) 1483 fi 1484 AM_CONDITIONAL([MUMPS], [test x$HAVE_MUMPS = xyes]) 1485 AC_MSG_RESULT($HAVE_MUMPS) 1486 dnl }}} 1456 1487 dnl blacs{{{ 1457 1488 AC_ARG_WITH([blacs-dir],
Note:
See TracChangeset
for help on using the changeset viewer.