Changes
Page history
Update macos_dependencies_install
authored
Nov 14, 2017
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
macos_dependencies_install.md
View page @
0441bafd
...
...
@@ -9,18 +9,18 @@ To install MacPort: follow the instructions provided [here] (https://www.macport
To compile:
```
port install gcc
49
python27 py27-numpy swig-python cmake +gui
port install gcc
7
python27 py27-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-gcc
49
sudo port select gcc mp-gcc
7
sudo port select python python27
```
_Note: here
49
stands for gcc
4.9
, any version from gcc4.5 to gcc
6
should work_
_Note: here
7
stands for gcc
7
, any version from gcc4.5 to gcc
7
should work_
Optional:
```
shell
sudo
port
install
hdf5 +fortran
sudo
port
install
hdf5 +
g
fortran
```
Optional but recommended:
...
...
@@ -45,4 +45,4 @@ sudo port install py27-jupyter
****
|
[
back
](
./Prerequisites
)
|
[
next
](
./Download_and_install
)
|
|:-------------------
|
--------------------------:|
|:-------------------
-----|-----
--------------------------:|