Skip to content

Commit

Permalink
Add cmake in conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Jul 20, 2023
1 parent b19a59a commit d7cc20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/install/Use_on_local_computers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source activate tomoatt
#### Install the required libraries in the created virtual environment

```
conda install openmpi "hdf5=*=mpi_openmpi*" -c conda-forge
conda install openmpi "hdf5=*=mpi_openmpi*" cmake -c conda-forge
```

### Compile and instal the dependencies from source code
Expand Down

0 comments on commit d7cc20c

Please sign in to comment.