Changeset 25067
- Timestamp:
- 06/18/20 19:26:38 (5 years ago)
- Location:
- issm/trunk-jpl/m4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/m4/analyses.m4 ¶
r23936 r25067 248 248 AC_MSG_RESULT($HAVE_GLHEIGHTADVECTION) 249 249 dnl }}} 250 dnl with-Gia Ivins{{{251 AC_ARG_WITH([Gia Ivins],252 AS_HELP_STRING([--with-Gia Ivins = YES], [compile with GiaIvinscapabilities (default is yes)]),253 [GIA IVINS=$withval],[GIAIVINS=yes])254 AC_MSG_CHECKING(for Gia Ivinscapability compilation)255 256 HAVE_GIA IVINS=no257 if test "x$GIA IVINS" = "xyes"; then258 HAVE_GIA IVINS=yes259 AC_DEFINE([_HAVE_GIA IVINS_],[1],[with GiaIvinscapability])260 fi 261 AM_CONDITIONAL([GIA IVINS], [test x$HAVE_GIAIVINS= xyes])262 AC_MSG_RESULT($HAVE_GIA IVINS)250 dnl with-Gia{{{ 251 AC_ARG_WITH([Gia], 252 AS_HELP_STRING([--with-Gia= YES], [compile with Giacapabilities (default is yes)]), 253 [GIA=$withval],[GIA=yes]) 254 AC_MSG_CHECKING(for Giacapability compilation) 255 256 HAVE_GIA=no 257 if test "x$GIA" = "xyes"; then 258 HAVE_GIA=yes 259 AC_DEFINE([_HAVE_GIA_],[1],[with Giacapability]) 260 fi 261 AM_CONDITIONAL([GIA], [test x$HAVE_GIA = xyes]) 262 AC_MSG_RESULT($HAVE_GIA) 263 263 dnl }}} 264 264 dnl with-HydrologyDCEfficient{{{ -
TabularUnified issm/trunk-jpl/m4/issm_options.m4 ¶
r24962 r25067 2546 2546 fi 2547 2547 2548 dnl Check that Fortran is provided if Gia Ivinsis on2549 if test "x${HAVE_GIA IVINS}" == "xyes" && test "${HAVE_FORTRAN}" == "xno"; then2550 AC_MSG_ERROR([need Fortran compiler to compile Gia Ivins! (or use --without-GiaIvins)]);2548 dnl Check that Fortran is provided if Gia is on 2549 if test "x${HAVE_GIA}" == "xyes" && test "${HAVE_FORTRAN}" == "xno"; then 2550 AC_MSG_ERROR([need Fortran compiler to compile Gia! (or use --without-Gia)]); 2551 2551 fi 2552 2552
Note:
See TracChangeset
for help on using the changeset viewer.