Update Build authored by Adrien Crovato's avatar Adrien Crovato
...@@ -11,6 +11,17 @@ These options can be passed to CMake via the `-D` flag. They all default to `ON` ...@@ -11,6 +11,17 @@ These options can be passed to CMake via the `-D` flag. They all default to `ON`
* `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**
Although other versions may work as well, these versions are recommended for the main packages:
* CMake 3.20
* SWIG 4.0.2
* Intel oneAPI 2024.2
* Eigen 3.4.0
* Gmsh 4.10.5
* VTK 9.3.1
* Python 3.10.6
* NumPy 1.26.4
### Install binaries ### Install binaries
DART binaries are available for: DART binaries are available for:
- [Windows 10 (MSVC 2019, python 3.8)](https://dox.uliege.be/index.php/s/rf0DZi1ePiq6CI2) - [Windows 10 (MSVC 2019, python 3.8)](https://dox.uliege.be/index.php/s/rf0DZi1ePiq6CI2)
... ...
......