Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
dartflo
Wiki
Build
Changes
Page history
New page
Templates
Clone repository
Update Build
authored
5 months ago
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Build.md
+28
-17
28 additions, 17 deletions
Build.md
with
28 additions
and
17 deletions
Build.md
View page @
93849f5d
## Build instructions
DART is designed to be cross-platform. Build instructions for each OS is given below. Furthermore some binaries are given as well.
### Compile from source
*
[
Linux
](
build_linux
)
*
[
Windows
](
build_win
)
**List of available options**
These options can be passed to CMake via the
`-D`
flag. They all default to
`ON`
.
*
`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_MUMPS`
: enable MUMPS solver support
### Install binaries
DART binaries are available for:
-
[
Windows 10 (MSVC 2019, python 3.8)
](
https://dox.uliege.be/index.php/s/rf0DZi1ePiq6CI2
)
## Build instructions
DART is designed to be cross-platform. Build instructions for each OS is given below. Furthermore some binaries are given as well.
### Compile from source
*
[
Linux
](
build_linux
)
*
[
Windows
](
build_win
)
**List of available options**
These options can be passed to CMake via the
`-D`
flag. They all default to
`ON`
.
*
`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_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
DART binaries are available for:
-
[
Windows 10 (MSVC 2019, python 3.8)
](
https://dox.uliege.be/index.php/s/rf0DZi1ePiq6CI2
)
Note that an installed version of DART will only work through the API.
\ No newline at end of file
This diff is collapsed.
Click to expand it.