Sam James f059fcd835
dev-build/meson: tests need hdf5[cxx]
When manually running the testsuite:
```
FAILED: [code=1] execpp.p/main.cpp.o
/usr/bin/ccache c++ -Iexecpp.p -I. '-I../test cases/frameworks/25 hdf5' -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++11 -O0 -g -MD -MQ execpp.p/main.cpp.
o -MF execpp.p/main.cpp.o.d -o execpp.p/main.cpp.o -c '../test cases/frameworks/25 hdf5/main.cpp'
../test cases/frameworks/25 hdf5/main.cpp:2:10: fatal error: H5Cpp.h: No such file or directory
    2 | #include "H5Cpp.h"
      |          ^~~~~~~~~
compilation terminated.
```

Signed-off-by: Sam James <sam@gentoo.org>
2025-11-15 12:07:39 +00:00
..