Changes
Page history
Update build_linux
authored
Nov 25, 2025
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
build_linux.md
View page @
0c649787
...
@@ -12,8 +12,8 @@ sudo apt install git git-lfs
...
@@ -12,8 +12,8 @@ sudo apt install git git-lfs
sudo
apt
install
build-essential cmake
sudo
apt
install
build-essential cmake
sudo
apt
install
swig
sudo
apt
install
swig
sudo
apt
install
libeigen3-dev
sudo
apt
install
libeigen3-dev
sudo
apt
install
intel-
tbb-<VERSION>.<UPDATE>-<BUILD_NUMBER>
sudo
apt
install
intel-
oneapi-tbb
TODO ADD TBB EXPORT
echo
"source /opt/intel/oneapi/tbb/latest/env/vars.sh"
>>
~/.bashrc
# Python 3
# Python 3
sudo
apt
install
python3-dev
sudo
apt
install
python3-dev
python3
-m
pip
install
numpy mpi4py matplotlib
python3
-m
pip
install
numpy mpi4py matplotlib
...
@@ -25,9 +25,8 @@ SWIG 4.2.0 (default on ubuntu 24.04) has a bug. Refer to [this page](https://git
...
@@ -25,9 +25,8 @@ SWIG 4.2.0 (default on ubuntu 24.04) has a bug. Refer to [this page](https://git
**Optional packages**
**Optional packages**
```
bash
```
bash
# MKL
# MKL
sudo
apt
install
intel-mkl
sudo
apt
install
intel-oneapi-mkl-devel
echo
"export INCLUDE=
${
INCLUDE
}
:/usr/include/mkl"
>>
~/.bashrc
echo
"source /opt/intel/oneapi/mkl/latest/env/vars.sh"
>>
~/.bashrc
TODO CHECK INSTALL AND ADD EXPORT
# MUMPS
# MUMPS
sudo
apt
install
libmumps-seq-dev
sudo
apt
install
libmumps-seq-dev
# VTK
# VTK
...
...
...
...