aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-29 14:55:38 -0700
committerGitHub <noreply@github.com>2020-09-29 14:55:38 -0700
commit137c3124e23f0f589c8855aafcd7897aa6d8c544 (patch)
treeeadd5f53f37aa92f91506e2b6f2e253080d0fa66 /docs/markdown/snippets
parent400ec2d6857ba72147a3d9389777ec64e12fe67e (diff)
parentbffd981246792e97c0a28fb53da49ff601873e76 (diff)
downloadmeson-137c3124e23f0f589c8855aafcd7897aa6d8c544.zip
meson-137c3124e23f0f589c8855aafcd7897aa6d8c544.tar.gz
meson-137c3124e23f0f589c8855aafcd7897aa6d8c544.tar.bz2
Merge pull request #7758 from dcbaker/submit/hdf5-factory
dependencies/hdf5: Convert to a dependency_factory
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/hdf5_dependnecy_improvements.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/hdf5_dependnecy_improvements.md b/docs/markdown/snippets/hdf5_dependnecy_improvements.md
new file mode 100644
index 0000000..857eb90
--- /dev/null
+++ b/docs/markdown/snippets/hdf5_dependnecy_improvements.md
@@ -0,0 +1,9 @@
+## HDF5 dependency improvements
+
+HDF5 has been improved so that the internal representations have been split.
+This allows selecting pkg-config and config-tool dependencies separately.
+Both work as proper dependencies of their type, so `get_variable` and similar
+now work correctly.
+
+It has also been fixed to use the selected compiler for the build instead of
+the default compiler.