From 5bb35a785cbfc5806220d719ea4f76f396ca558a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Gu=C3=A9vremont?= Date: Sun, 30 Jun 2024 10:04:08 -0400 Subject: [PATCH] Integrate new lines in the table --- doc/source/installation/apple_arm.rst | 36 +++++++++--------- .../installation/regular_installation.rst | 38 +++++++++---------- 2 files changed, 34 insertions(+), 40 deletions(-) diff --git a/doc/source/installation/apple_arm.rst b/doc/source/installation/apple_arm.rst index 14efaf6232..ba3b22a409 100644 --- a/doc/source/installation/apple_arm.rst +++ b/doc/source/installation/apple_arm.rst @@ -30,25 +30,23 @@ To ensure that the the Lethe test suite works, deal.II must be configured with p - Comment lines 9 to 12: - +--------+------------------------------------------------+-----------------------------------------------+ - | line # | initial line | changed line | - +========+================================================+===============================================+ - | 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` | - +--------+------------------------------------------------+-----------------------------------------------+ - | 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` | - +--------+------------------------------------------------+-----------------------------------------------+ - | 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | - +--------+------------------------------------------------+-----------------------------------------------+ - | 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | - +--------+------------------------------------------------+-----------------------------------------------+ - -- Starting on line #13, add: - - .. code-block:: text - :class: copy-button - - VERSION=2.3.6 - CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153 + +--------+------------------------------------------------+-------------------------------------------------------------------------------+ + | line # | initial line | changed line | + +========+================================================+===============================================================================+ + | 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` | + +--------+------------------------------------------------+-------------------------------------------------------------------------------+ + | 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` | + +--------+------------------------------------------------+-------------------------------------------------------------------------------+ + | 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | + +--------+------------------------------------------------+-------------------------------------------------------------------------------+ + | 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | + +--------+------------------------------------------------+-------------------------------------------------------------------------------+ + | 13 | | .. code-block:: text | + | | | :class: copy-button | + | | | | + | | | VERSION=2.3.6 | + | | | CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153 | + +--------+------------------------------------------------+-------------------------------------------------------------------------------+ From the candi folder, the installation of candi can be launched using: diff --git a/doc/source/installation/regular_installation.rst b/doc/source/installation/regular_installation.rst index 6b23fd454b..c741dfc9cd 100644 --- a/doc/source/installation/regular_installation.rst +++ b/doc/source/installation/regular_installation.rst @@ -97,27 +97,23 @@ Other packages can be disabled by simply commenting out the lines (adding a ``#` To ensure that the the Lethe test suite works, deal.II must be configured with p4est version 2.3.6. In the subfolder ``deal.II-toolchain/packages/``, open the ``p4est.package`` file with a text editor and change the following lines: -- Comment lines 9 to 12: - - +--------+------------------------------------------------+-----------------------------------------------+ - | line # | initial line | changed line | - +========+================================================+===============================================+ - | 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` | - +--------+------------------------------------------------+-----------------------------------------------+ - | 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` | - +--------+------------------------------------------------+-----------------------------------------------+ - | 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | - +--------+------------------------------------------------+-----------------------------------------------+ - | 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | - +--------+------------------------------------------------+-----------------------------------------------+ - -- Starting on line #13, add: - - .. code-block:: text - :class: copy-button - - VERSION=2.3.6 - CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153 + +--------+------------------------------------------------+------------------------------------------------------------------------------+ + | line # | initial line | changed line | + +========+================================================+==============================================================================+ + | 9 | ``VERSION=2.3.2`` | ``#VERSION=2.3.2`` | + +--------+------------------------------------------------+------------------------------------------------------------------------------+ + | 10 | ``CHECKSUM=076df9e...`` | ``#CHECKSUM=076df9e...`` | + +--------+------------------------------------------------+------------------------------------------------------------------------------+ + | 11 | ``CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | ``#CHECKSUM="${CHECKSUM} b41c8ef29ca...`` | + +--------+------------------------------------------------+------------------------------------------------------------------------------+ + | 12 | ``CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | ``#CHECKSUM="${CHECKSUM} 0ea6e4806b6...`` | + +--------+------------------------------------------------+------------------------------------------------------------------------------+ + | 13 | | .. code-block:: text | + | | | :class: copy-button | + | | | | + | | | VERSION=2.3.6 | + | | | CHECKSUM=4b35d9cc374e3b05cd29c552070940124f04af8f8e5e01ff046e39833de5e153 | + +--------+------------------------------------------------+------------------------------------------------------------------------------+ From the candi folder, the installation of candi can be launched using: