From 7395e2a2db8e0f86a707677036f262ad8188d2b7 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Mon, 12 Aug 2019 17:17:30 +0200 Subject: [PATCH] Updated doc and changelog. --- CHANGELOG.txt | 1 + modules/doc/install.rst | 4 +++- modules/index.rst | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 61548b483..5d58f1cb4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changes in Release 1.10.0 for further details. * Improved support for recent compilers and libraries. * Removed support for USE_MESA. + * Bugfix of string representation of ResNum which now includes insertion code. * Several minor bug fixes and improvements. Changes in Release 1.9.0 diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 1e6b8a0ee..0c36974ec 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -234,7 +234,9 @@ Build Options * `ENABLE_STATIC` allows some parts of OpenStructure to be statically linked and thus can be used more easily across a heterogeneous setup, e.g. older - systems and newer systems. By default, this is switched off. + systems and newer systems. Note that enabling this flag will not compile the + full OpenStructure package and it is not guaranteed to lead to fully portable + binaries. By default, this is switched off. * For deployment of OpenStructure with `make install` there are two relevant settings to consider: diff --git a/modules/index.rst b/modules/index.rst index 4b1b1d3c1..9727d322b 100644 --- a/modules/index.rst +++ b/modules/index.rst @@ -37,7 +37,7 @@ OpenStructure documentation For Starters -------------------------------------------------------------------------------- -**Installation**: `install from binary <http://www.openstructure.org/download/>`_ | :doc:`install from source <install>` +**Installation**: :doc:`install from source <install>` **Tutorial Style**: :doc:`introduction <intro>` | :doc:`molecules intro <intro-01>` | :doc:`images intro <intro-02>` | :doc:`graphics intro <intro-03>` -- GitLab