Changes
Page history
Update linux_dependencies_install
authored
Jan 14, 2026
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
linux_dependencies_install.md
View page @
36a7abc3
...
...
@@ -22,25 +22,13 @@ Since this page is updated only once in a while, so you may encounter some probl
To compile:
```
shell
sudo
apt-get
install
cmake gcc g++ gfortran liblapack-dev swig python3-dev
python3-numpy
python-is-python3
sudo
apt-get
install
libhdf5-dev h5utils
python3-h5py
sudo
apt-get
install
cmake gcc g++ gfortran liblapack-dev swig python3-dev python-is-python3
sudo
apt-get
install
libhdf5-dev h5utils
```
Optional but recommended:
```
shell
sudo
apt-get
install
python3-scipy python3-matplotlib python3-pandas
```
To visualize:
```
shell
sudo
apt-get
install
python3-vtk9 paraview python3-paraview
```
To build the documentation:
```
shell
sudo
apt-get
install
doxygen graphviz python3-numpydoc texlive-latex-extra dvipng imagemagick
```
To read tutorials
```
shell
sudo
apt-get
install
jupyter-notebook
sudo
apt-get
install
doxygen graphviz texlive-latex-extra dvipng imagemagick
```
...
...
@@ -48,8 +36,7 @@ sudo apt-get install jupyter-notebook
The necessary recommended packages needed to build and use LMGC90 are (vtk display not tested):
```
shell
sudo
pacman
-S
gcc-fortran make cmake swig python
sudo
pacman
-S
python-numpy python-scipy python-matplotlib python-h5py python-pandas
sudo
pacman
-S
gcc-fortran make cmake swig python hdf5
```
### <a name=almalinux> AlmaLinux 9 </a> ###
...
...
@@ -57,20 +44,12 @@ To compile:
```
shell
sudo
dnf update
sudo
dnf
install
epel-release
sudo
dnf
--enablerepo
=
crb
install
gcc gcc-c++ gcc-gfortran cmake swig lapack-devel blas-devel python3-devel python3-numpy
dnf
--enablerepo
=
crb hdf5-devel python3-h5py
```
Optional but recommended:
```
shell
sudo
dnf
install
python3-scipy python3-matplotlib python3-pandas
```
To visualize:
```
shell
sudo
dnf
--enbalerepo
=
crb python3-vtk
sudo
dnf
--enablerepo
=
crb
install
gcc gcc-c++ gcc-gfortran cmake swig lapack-devel blas-devel python3-devel
dnf
--enablerepo
=
crb hdf5-devel
```
<!--To generate the documentation:
```
shell
dnf
install
--enablerepo
=
powertools graphviz
python3-numpydoc
doxygen texlive-latex texlive-dvipng ImageMagick
dnf
install
--enablerepo
=
powertools graphviz doxygen texlive-latex texlive-dvipng ImageMagick
```
-->
...
...
...
...