aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-05-22 20:14:13 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-05-31 13:15:47 +0000
commit82c81a5d82cec642a738f234d99982c3c75568a3 (patch)
tree927256dd0817731cdbdf4b8fc65d25434c6d7736 /docs
parentf56b402a5b98fbb2c2f3af4ebdac3f53313c5ab1 (diff)
downloadmeson-82c81a5d82cec642a738f234d99982c3c75568a3.zip
meson-82c81a5d82cec642a738f234d99982c3c75568a3.tar.gz
meson-82c81a5d82cec642a738f234d99982c3c75568a3.tar.bz2
Document OpenMP dependency [skip ci]
PR #1852 only adds mention of this to the release note. I think it's useful to have a list of all dependency names which are treated specifically in Dependency.md, so add 'thread' and 'openmp'.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Dependencies.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 12e1b1f..ca874d0 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -183,6 +183,13 @@ are not in your path, they can be specified by setting the standard
environment variables `MPICC`, `MPICXX`, `MPIFC`, `MPIF90`, or
`MPIF77`, during configuration.
+## OpenMP
+
+This dependency selects the appropriate compiler flags and/or libraries to use
+for OpenMP support.
+
+The `language` keyword may used.
+
## Qt4 & Qt5
Meson has native Qt support. Its usage is best demonstrated with an
@@ -221,6 +228,13 @@ subparts of Qt the program uses.
SDL2 can be located using `pkg-confg`, the `sdl2-config` config tool, or as an
OSX framework.
+## Threads
+
+This dependency selects the appropriate compiler flags and/or libraries to use
+for thread support.
+
+See [threads](Threads.md).
+
## Valgrind
Meson will find valgrind using `pkg-config`, but only uses the compilation flags