Skip to content

Commit

Permalink
Update version requirements in README.md (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
olemke authored Oct 11, 2023
1 parent d77b51e commit 7e27a84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Dependencies

Build Prerequisites (provided by mambaforge):

- gcc/g++ >=11 (or llvm/clang >=13)
- gcc/g++ >=11 (or llvm/clang >=15)
- cmake (>=3.18)
- zlib
- openblas
- libc++ (only for clang)
- libmicrohttpd (>=0.9, optional, for documentation server)
- netcdf (optional)
- Python3 (>=3.9)
- Python3 (3.9, 3.10, 3.11)
- required modules:
docutils
lark-parser
Expand Down Expand Up @@ -295,8 +295,7 @@ ccache support
--------------

The build utilizes ccache automatically when available, it can be
turned of with the option `-DENABLE_CCACHE=1`
```
turned off with the option `-DENABLE_CCACHE=0`

For details see https://ccache.samba.org/

Expand Down

0 comments on commit 7e27a84

Please sign in to comment.