qiskit-aer icon indicating copy to clipboard operation
qiskit-aer copied to clipboard

Update cpp deps

Open iyanmv opened this issue 9 months ago • 2 comments

Summary

Update header-only C++ libraries spdlog and nlohmann_json to more recent versions.

This is just to quickly test if something breaks using the GitHub Actions tests.

Details and comments

Current fixed versions for nlohmann_json and spdlog are about 7 years and 3 years old, respectively. This PR simply updates this versions to more recent versions. The latest versions of nlohmann_json is used. The latest version of spdlog cannot be used because it was released after Conan Center stopped updates for Conan 1.x last November.

Maybe this will make issues such as #1742 visible in GitHub CI as well.

iyanmv avatar Jan 09 '25 16:01 iyanmv