From: Arnaud Giersch Date: Tue, 5 Nov 2013 16:55:19 +0000 (+0100) Subject: Supernovae builds are deprecated. X-Git-Tag: v3_10_rc2~40 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e326461ceee6be2a06a0711d20900876f124b444?hp=2aa073b96f70480b48311b3f392ef491def203e1;ds=sidebyside Supernovae builds are deprecated. --- diff --git a/ChangeLog b/ChangeLog index aee9eedbf1..4c6fc9154e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -76,9 +76,13 @@ SimGrid (3.10-rc1) unstable; urgency=low Unfortunately, calling exit may cause SimGrid to segfault, which is quite annoying when scripting around the simulator. Adding a --cfg=clean_atexit:no allows to circumvent this issue. + + Build System: * New command line option --version, to get SimGrid version information. Packagers may want to add extra words to SIMGRID_VERSION_EXTRA defined in CMakeLists.txt. + * Supernovae builds are deprecated, and expected to be removed in the next + version of SimGrid. -- Mon Oct 7 2013 Da SimGrid team diff --git a/buildtools/Cmake/Supernovae.cmake b/buildtools/Cmake/Supernovae.cmake index f56228a736..347192e9f6 100644 --- a/buildtools/Cmake/Supernovae.cmake +++ b/buildtools/Cmake/Supernovae.cmake @@ -18,6 +18,14 @@ set(simgrid_fragile_sources ### Rebuild the supernovae source files if (enable_supernovae) # I need supernovae + message(WARNING +"==============================================================================\n" +"WARNING\n" +"Supernovae builds are deprecated, and expected to be removed in the next version of SimGrid.\n" +"If you want this feature to be kept, please tell us at .\n" +"=============================================================================== +") + # supernovae files are generated. I promise set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/src/supernovae_sg.c PROPERTIES GENERATED true)