Changes
Page history
Update macos_dependencies_install
authored
Feb 24, 2022
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
macos_dependencies_install.md
View page @
da7d4486
...
...
@@ -9,20 +9,20 @@ To install MacPort: follow the instructions provided [here](https://www.macports
To compile:
```
sudo port install gcc1
0
python38 py38-numpy swig-python cmake +gui
sudo port install gcc1
1
python38 py38-numpy swig-python cmake +gui
```
Then you need to set the compiler and python as the default on your system:
```
sudo port select gcc mp-gcc1
0
sudo port select gcc mp-gcc1
1
sudo port select python python38
```
_Note: here 1
0
stands for gcc1
0
, any version from gcc4.5 to gcc10 should work.
_Note: here 1
1
stands for gcc1
1
, any version from gcc4.5 to gcc10 should work.
In the same way 38 stands for python3.8 and any version from python3.3 should work_
Optional:
```
shell
sudo
port
install
hdf5 +fortran+gcc1
0
py38-h5py +gcc1
0
sudo
port
install
hdf5 +fortran+gcc1
1
py38-h5py +gcc1
1
```
Optional but recommended:
...
...
...
...