Update macos_dependencies_install authored by Rémy Mozul's avatar Rémy Mozul
......@@ -62,6 +62,11 @@ sudo port select --set ipython3 py312-ipython
## Installing with Homebrew ##
Theses instructions has been used to successfully build LMGC90 on an Apple M1 Pro (Macbook Pro) with:
* MacOS Sequoia 15.7.1
* Homebrew 4.6.15
At the time of writing, what worked is:
```shell
brew install cmake gcc swig python numpy scipy openblas vtk gmsh
......
......