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>
158158< div class ="line "> sudo apt upgrade</ div >
159159< div class ="line "> sudo apt install tar wget make cmake gcc g++ \</ div >
160160< 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 >
162163</ div > <!-- fragment --> < ul >
163164< li > < b > Via < a href ="https://wiki.archlinux.org/title/pacman "> Pacman</ a > :</ b > </ li >
164165</ ul >
@@ -220,7 +221,7 @@ <h1><a class="anchor" id="autotoc_md65"></a>
220221< div class ="line "> export CXX=g++-$MFC_GCC_VER</ div >
221222< div class ="line "> export FC=gfortran-$MFC_GCC_VER</ div >
222223</ 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 >
224225</ div > <!-- fragment --> < p > They will download the dependencies MFC requires to build itself.</ p >
225226< p > </ p >
226227</ details >
You can’t perform that action at this time.
0 commit comments