Skip to content

Commit

Permalink
update install guide versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Dec 26, 2024
1 parent 4d571c9 commit 21d1ece
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/shared/sundials/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@ SUNDIALS release compressed archives (``.tar.gz``) from the SUNDIALS

The compressed archives allow for downloading of individual SUNDIALS packages.
The name of the distribution archive is of the form
``SOLVER-7.1.0.tar.gz``, where ``SOLVER`` is one of: ``sundials``, ``cvode``,
``cvodes``, ``arkode``, ``ida``, ``idas``, or ``kinsol``, and ``7.1.0``
``SOLVER-x.y.z.tar.gz``, where ``SOLVER`` is one of: ``sundials``, ``cvode``,
``cvodes``, ``arkode``, ``ida``, ``idas``, or ``kinsol``, and ``x.y.z``
represents the version number (of the SUNDIALS suite or of the individual
solver). After downloading the relevant archives, uncompress and expand the sources,
by running

.. code-block:: bash
% tar -zxf SOLVER-7.1.0.tar.gz
% tar -zxf SOLVER-x.y.z.tar.gz
This will extract source files under a directory ``SOLVER-7.1.0``.
This will extract source files under a directory ``SOLVER-x.y.z``.

Starting with version 2.6.0 of SUNDIALS, CMake is the only supported method of
installation. The explanations of the installation procedure begin with a few
common observations:

#. The remainder of this chapter will follow these conventions:

``SOLVERDIR`` is the directory ``SOLVER-7.1.0`` created above; i.e. the
``SOLVERDIR`` is the directory ``SOLVER-x.y.z`` created above; i.e. the
directory containing the SUNDIALS sources.

``BUILDDIR`` is the (temporary) directory under which SUNDIALS is built.
Expand Down

0 comments on commit 21d1ece

Please sign in to comment.