Skip to content

Commit d88c20b

Browse files
authored
Add missing dependency to installation description (pyccel#2032)
The cmake dependency is currently missing from the installation docs. This PR adds it.
1 parent 86f322a commit d88c20b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ sudo apt install gfortran
5959
sudo apt install libblas-dev liblapack-dev
6060
sudo apt install libopenmpi-dev openmpi-bin
6161
sudo apt install libomp-dev libomp5
62+
sudo apt install cmake
6263
```
6364

6465
### Linux Fedora-CentOS-RHEL
@@ -73,6 +74,7 @@ dnf install gfortran
7374
dnf install blas-devel lapack-devel
7475
dnf install openmpi-devel
7576
dnf install libgomp
77+
dnf install cmake
7678
exit
7779
```
7880

@@ -89,6 +91,7 @@ brew install openblas
8991
brew install lapack
9092
brew install open-mpi
9193
brew install libomp
94+
brew install cmake
9295
```
9396

9497
This requires that the Command Line Tools (CLT) for Xcode are installed.
@@ -103,6 +106,7 @@ In an Administrator prompt install git-bash (if needed), a Python3 distribution,
103106
choco install git
104107
choco install python3
105108
choco install mingw
109+
choco install cmake
106110
```
107111

108112
Download x64 BLAS and LAPACK DLLs from <https://icl.cs.utk.edu/lapack-for-windows/lapack/>:

0 commit comments

Comments
 (0)