Changes
Page history
Update Build
authored
Nov 25, 2025
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
Build.md
View page @
cc37030e
...
@@ -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 P
ardiso
support (if this is disabled, another BLAS/LAPACK library must be provided)
*
`USE_MKL`
: enable Intel MKL and P
ARDISO
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.2
0
*
CMake 3.2
8
*
SWIG 4.
0.2
*
SWIG 4.
2.1
*
Intel oneAPI 202
4.2
*
Intel oneAPI 202
5.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.1
0.6
*
Python 3.1
2.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:
...
...
...
...