The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
297 B
7 lines
297 B
7 years ago
|
## Addition of OpenMP dependency
|
||
|
|
||
|
An OpenMP dependency (`openmp`) has been added that encapsulates the various
|
||
|
flags used by compilers to enable OpenMP and checks for the existence of the
|
||
|
`omp.h` header. The `language` keyword may be passed to force the use of a
|
||
|
specific compiler for the checks.
|