Update Build authored by Adrien Crovato's avatar Adrien Crovato
...@@ -8,7 +8,7 @@ DART is designed to be cross-platform. Build instructions for each OS is given b ...@@ -8,7 +8,7 @@ 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
* `USE_MUMPS`: enable MUMPS solver support * `USE_MUMPS`: enable MUMPS solver support
**Dependencies version** **Dependencies version**
... ...
......