Skip to content

Commit

Permalink
docs: Ubuntu apt calls: more structure, added Python-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Jul 25, 2024
1 parent f958a68 commit 02df218
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/users_guide/building_eCLM/Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,22 @@ requirements
sudo apt update

# Install packages
# ----------------

# Utilities
sudo apt install libxml2-utils wget

# Python
sudo apt install python3 python3-pip pylint

# Compiler
sudo apt install gfortran openmpi-bin libopenmpi-dev cmake

# Linear algebra
sudo apt install libblas-dev liblapack-dev
sudo apt install libxml2-utils pylint wget cmake netcdf-bin libnetcdf-dev libnetcdff-dev libpnetcdf-dev gfortran openmpi-bin libopenmpi-dev

# NetCDF
sudo apt install netcdf-bin libnetcdf-dev libnetcdff-dev libpnetcdf-dev
```

Have a look in `.github/workflows/CI.yml` to find the Ubuntu packages
Expand Down

0 comments on commit 02df218

Please sign in to comment.