ess-dmsc / h5cpp

C++ wrapper for the HDF5 C-library
https://ess-dmsc.github.io/h5cpp/
GNU Lesser General Public License v2.1
118 stars 19 forks source link

Issue 620: add support for conan 2 #623

Closed jkotan closed 1 year ago

jkotan commented 1 year ago

It resolves #620 by adding support for conan 2 and catch2 v3.

It still works with conan 1 (ESS Jenkins tests) as well as catch2 v2 (github debian-11 tests).

Unfortunately, I had to comment github MPI tests because the openmpi/4.1.0 conan package is no more maintained (see https://github.com/conan-io/conan-center-index/pull/13655)

It also upgrades github tests to windows-2022 and debian-11.