Skip to content

Commit

Permalink
Merge pull request #2925 from jsbrittain/issue-2897-brew
Browse files Browse the repository at this point in the history
Remove brew-sundials from the recommended developer installations
  • Loading branch information
valentinsulzer authored May 8, 2023
2 parents 0b707d1 + 4e64f21 commit 1928b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 0 additions & 21 deletions docs/source/user_guide/installation/install-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 1928b19

Please sign in to comment.