X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20d3d2a3e4b3c6f609df3092e109b84e7e709710..5a72cff4087f5af88b3cd45fa09bdf12d79cb028:/configure.ac diff --git a/configure.ac b/configure.ac index 20c1a4843c..2bbc946ccd 100644 --- a/configure.ac +++ b/configure.ac @@ -171,6 +171,22 @@ dnl # direction of stack grow AC_CHECK_STACKSETUP(makecontext, pth_skaddr_makecontext, pth_sksize_makecontext) fi + +######################################### +## Build optional modules (simix) +## +SG_CONFIGURE_PART(Optional modules) +AC_ARG_ENABLE(simix, + AS_HELP_STRING([--enable-simix], [Use the new SimIX module (default=no)]), + enable_simix=$enableval,enable_simix=no) +if test "x$enable_simix" = "xyes" ; then + AC_MSG_RESULT("***** You have decided to use the experimental SimIX. We hope you know what you're doing.. ****") + AC_DEFINE(USE_SIMIX, 1, [Indicates whether we should use SimIX or not]) +else + AC_MSG_RESULT(Eventually you will come to SimIX: x$enable_simix) +fi +AM_CONDITIONAL(USE_SIMIX,test x$enable_simix != xno) + ######################################### ## Check for libraries extra-dependencies ## @@ -184,6 +200,7 @@ AC_CHECK_LIB(sdp,sdp,csdp=yes, csdp=no,-llapack -lblas -lm) if test "x$csdp" = xyes; then SIMGRID_DEP="$SIMGRID_DEP -lsdp -llapack -lblas -lm" AC_MSG_RESULT(Found working sdp library.) + AC_DEFINE(HAVE_SDP, 1, [Indicates whether we have the CSDP library or not]) else AC_MSG_RESULT(Could not find any working sdp library.) fi; @@ -207,6 +224,7 @@ else fi AC_SUBST([GRAS_DEP]) + ############################################## ## Enhance maintainer mode and SUBST variables ## (must be placed after any compilation tests since our overprotective flags