6ba62406737035db80ae73e6ff9ed910ed9403cf
[alexxy/gromacs.git] / docs / release-notes / 2021 / major / miscellaneous.rst
1 Miscellaneous
2 ^^^^^^^^^^^^^
3
4 .. Note to developers!
5    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
6    otherwise the formatting on the webpage is messed up.
7    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
8    a space between the colon and number!
9
10 Configuration-time trivalue options changed from autodetection to boolean on/off
11 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
12 To simplify the CMake configuration and avoid having multiple settings that
13 change outside of the users direct control we have removed the support for
14 automatically setting booleans. GMX_BUILD_HELP and GMX_HWLOC are now
15 disabled by default, while GMX_LOAD_PLUGINS is enabled by default.