We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079b883 commit 0908f18Copy full SHA for 0908f18
doc/source/user_guide/install_pysteps.rst
@@ -140,13 +140,13 @@ the following error during the installation::
140
To solve this issue, obtain the latest gcc version with
141
Homebrew_ that has multi-threading enabled::
142
143
- brew install gcc
+ brew install gcc@13
144
145
.. _Homebrew: https://brew.sh/
146
147
To make sure that the installer uses the homebrew's gcc, export the
148
following environmental variables in the terminal
149
-(supposing that gcc version 8 was installed)::
+(supposing that gcc version 13 was installed)::
150
151
export CC=gcc-13
152
export CXX=g++-13
0 commit comments