... | ... | @@ -35,27 +35,7 @@ by running: |
|
|
conda update -n base -c defaults anaconda
|
|
|
```
|
|
|
|
|
|
Then to set up an environment that will allow to
|
|
|
build lmgc90, run the following command:
|
|
|
```cmd
|
|
|
conda create -n lmgc90 python=3.7
|
|
|
conda activate lmgc90
|
|
|
conda install m2w64-gcc-fortran m2w64-make m2w64-openblas libpython
|
|
|
conda install swig cmake=3.9.4
|
|
|
conda install numpy scipy matplotlib vtk
|
|
|
cd build
|
|
|
cmake .. -DVENV_PATH=%CONDA_PREFIX% -G "MinGW Makefiles"
|
|
|
mingw32-make install
|
|
|
..\finalize_conda_env.bat
|
|
|
```
|
|
|
|
|
|
Then you can start the _Anaconda Navigator_ application.
|
|
|
The first thing is to activate the environment to use LMGC90 by
|
|
|
selection _lmgc90_ in the menu next to _Applications on_ on the
|
|
|
upper part of the window.
|
|
|
|
|
|
Then start spyder for example to start using python.
|
|
|
On the use of LMGC90 itself, read the [first steps](./first_steps) section.
|
|
|
|
|
|
****
|
|
|
|
... | ... | |