File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ <h1><a class="anchor" id="autotoc_md65"></a>
158
158
< div class ="line "> sudo apt upgrade</ div >
159
159
< div class ="line "> sudo apt install tar wget make cmake gcc g++ \</ div >
160
160
< div class ="line "> python3 python3-dev \</ div >
161
- < div class ="line "> "openmpi-*" libopenmpi-dev</ div >
161
+ < div class ="line "> "openmpi-*" libopenmpi-dev \</ div >
162
+ < div class ="line "> python3-venv</ div >
162
163
</ div > <!-- fragment --> < ul >
163
164
< li > < b > Via < a href ="https://wiki.archlinux.org/title/pacman "> Pacman</ a > :</ b > </ li >
164
165
</ ul >
@@ -220,7 +221,7 @@ <h1><a class="anchor" id="autotoc_md65"></a>
220
221
< div class ="line "> export CXX=g++-$MFC_GCC_VER</ div >
221
222
< div class ="line "> export FC=gfortran-$MFC_GCC_VER</ div >
222
223
</ div > <!-- fragment --> < p > < b > Close the open editor and terminal window</ b > . Open a < b > new terminal</ b > window before executing the commands below.</ p >
223
- < div class ="fragment "> < div class ="line "> brew install wget make python make cmake coreutils gcc@$MFC_GCC_VER mpich</ div >
224
+ < div class ="fragment "> < div class ="line "> brew install wget python cmake gcc@$MFC_GCC_VER mpich</ div >
224
225
</ div > <!-- fragment --> < p > They will download the dependencies MFC requires to build itself.</ p >
225
226
< p > </ p >
226
227
</ details >
You can’t perform that action at this time.
0 commit comments