diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 10:25:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 10:25:24 +0200 |
commit | f16d31607eb3cd0f281758bd0944e206ef6be387 (patch) | |
tree | 0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/hdf5_dependnecy_improvements.md | |
parent | 712cbe056811ebdf0d7358ba07a874717a1c736f (diff) | |
download | meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz |
Bump version number for release. This is the 10 000th commit!0.56.0
Diffstat (limited to 'docs/markdown/snippets/hdf5_dependnecy_improvements.md')
-rw-r--r-- | docs/markdown/snippets/hdf5_dependnecy_improvements.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/hdf5_dependnecy_improvements.md b/docs/markdown/snippets/hdf5_dependnecy_improvements.md deleted file mode 100644 index 857eb90e4..000000000 --- a/docs/markdown/snippets/hdf5_dependnecy_improvements.md +++ /dev/null @@ -1,9 +0,0 @@ -## 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. |