source: issm/oecreview/Archive/20545-21336/ISSM-20803-20804.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 797 bytes
  • ../trunk-jpl/m4/issm_options.m4

     
    20562056                if test "$HAVE_ADOLC" = "yes"  && test "$HAVE_KRIGING" = "yes" ; then
    20572057                        AC_MSG_ERROR([cannot compile kriging.exe under adolc conditions!]);
    20582058                fi
     2059                dnl check that if we run adolc, we don't use PETSc for now
     2060                if test "$HAVE_ADOLC" = "yes"  && test "$HAVE_PETSC" = "yes" ; then
     2061                        AC_MSG_ERROR([cannot compile ISSM with both PETSc and adolc]);
     2062                fi
    20592063                dnl check that if we run meteoio, we have snowpack also
    20602064                if test "$HAVE_METEOIO" = "yes"  && test "$HAVE_SNOWPACK" = "no" ; then
    20612065                        AC_MSG_ERROR([cannot compile MeteoIO package without Snowpack!]);
Note: See TracBrowser for help on using the repository browser.