source:
issm/oecreview/Archive/20545-21336/ISSM-20803-20804.diff@
21337
Last change on this file since 21337 was 21337, checked in by , 8 years ago | |
---|---|
File size: 797 bytes |
-
../trunk-jpl/m4/issm_options.m4
2056 2056 if test "$HAVE_ADOLC" = "yes" && test "$HAVE_KRIGING" = "yes" ; then 2057 2057 AC_MSG_ERROR([cannot compile kriging.exe under adolc conditions!]); 2058 2058 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 2059 2063 dnl check that if we run meteoio, we have snowpack also 2060 2064 if test "$HAVE_METEOIO" = "yes" && test "$HAVE_SNOWPACK" = "no" ; then 2061 2065 AC_MSG_ERROR([cannot compile MeteoIO package without Snowpack!]);
Note:
See TracBrowser
for help on using the repository browser.