Update Build authored by Adrien Crovato's avatar Adrien Crovato
...@@ -8,20 +8,19 @@ DART is designed to be cross-platform. Build instructions for each OS is given b ...@@ -8,20 +8,19 @@ DART is designed to be cross-platform. Build instructions for each OS is given b
**List of available options** **List of available options**
These options can be passed to CMake via the `-D` flag. They all default to `ON`. These options can be passed to CMake via the `-D` flag. They all default to `ON`.
* `USE_VTK`: enable VTK support * `USE_VTK`: enable VTK support
* `USE_MKL`: enable Intel MKL and Pardiso support (if this is disabled, another BLAS/LAPACK library must be provided) * `USE_MKL`: enable Intel MKL and PARDISO support (if this is disabled, another BLAS/LAPACK library must be provided)
* `USE_MUMPS`: enable MUMPS solver support * `USE_MUMPS`: enable MUMPS solver support
**Dependencies version** **Dependencies version**
Although other versions may work as well, these versions are recommended for the main packages: Although other versions may work as well, these versions are recommended for the main packages:
* CMake 3.20 * CMake 3.28
* SWIG 4.0.2 * SWIG 4.2.1
* Intel oneAPI 2024.2 * Intel oneAPI 2025.3
* Eigen 3.4.0 * Eigen 3.4.0
* Gmsh 4.10.5 * Gmsh 4.10.5
* VTK 9.3.1 * VTK 9.4.1
* Python 3.10.6 * Python 3.12.3
* NumPy 1.26.4 * NumPy 1.26.4
* SciPy 1.12.0
### Install binaries ### Install binaries
DART binaries are available for: DART binaries are available for:
... ...
......