Changeset 19636
- Timestamp:
- 10/14/15 14:16:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r19635 r19636 427 427 AC_MSG_RESULT($HAVE_DAKOTA) 428 428 AM_CONDITIONAL([DAKOTA],[test x$HAVE_DAKOTA = xyes]) 429 ISSM_DAKOTA=no430 429 431 430 dnl library and header files … … 460 459 AC_DEFINE([DISABLE_DAKOTA_CONFIG_H],[1],[disabling DAKOTA_CONFIG_H]) 461 460 AC_DEFINE([DAKOTA_HAVE_MPI],[1],[enabling parallel MPI]) 462 ISSM_DAKOTA=yes463 461 else 464 462 AC_MSG_ERROR([Dakota version not found or version ($DAKOTA_VERSION) not supported!]); … … 481 479 AC_DEFINE([DISABLE_DAKOTA_CONFIG_H],[1],[disabling DAKOTA_CONFIG_H]) 482 480 AC_DEFINE([DAKOTA_HAVE_MPI],[1],[enabling parallel MPI]) 483 ISSM_DAKOTA=yes484 481 else 485 482 AC_MSG_ERROR([Dakota version not found or version ($DAKOTA_VERSION) not supported!]); … … 549 546 AC_SUBST([DAKOTALIB]) 550 547 fi 551 552 AM_CONDITIONAL([ISSM_DAKOTA],[test x$ISSM_DAKOTA = xyes]) 548 AM_CONDITIONAL([ISSM_DAKOTA],[test x$DAKOTA_MAJOR = x6]) 553 549 dnl }}} 554 550 dnl python{{{
Note:
See TracChangeset
for help on using the changeset viewer.