diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a266d54a..85e98f85d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [Unreleased](https://github.com/pybamm-team/PyBaMM/) +## Bug fixes + +- Remove brew install for Mac from the recommended developer installation options for SUNDIALS ([#2925](https://github.com/pybamm-team/PyBaMM/pull/2925)) + # [v23.4.1](https://github.com/pybamm-team/PyBaMM/tree/v23.4) - 2023-05-01 ## Bug fixes diff --git a/docs/source/user_guide/installation/install-from-source.rst b/docs/source/user_guide/installation/install-from-source.rst index e3b5e8de85..7a09b2ebe3 100644 --- a/docs/source/user_guide/installation/install-from-source.rst +++ b/docs/source/user_guide/installation/install-from-source.rst @@ -65,9 +65,6 @@ installed on your system. The IDA-based solver is currently unavailable on windows. If you are running windows, you can simply skip this section and jump to :ref:`pybamm-install`. -Using Tox (recommended for GNU/Linux users) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - .. code:: bash # in the PyBaMM/ directory @@ -76,24 +73,6 @@ Using Tox (recommended for GNU/Linux users) This will download, compile and install the SuiteSparse and SUNDIALS libraries. Both libraries are installed in ``~/.local``. -Using Homebrew (recommended for MacOS users) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -If you are using MacOS, an alternative to the above is to get the required SUNDIALS components from Homebrew: - -.. code:: bash - - brew install sundials - -Next, clone the pybind11 and casadi-headers repositories: - -.. code:: bash - - # in the PyBaMM/ directory - git clone https://github.com/pybind/pybind11.git - -That's it. - Manual install of build time requirements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~