Skip to content

Commit

Permalink
Updated HDF5 version in conan builds to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Apr 4, 2022
1 parent 703614d commit 2246259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/SetupDependenciesConan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if(H5PP_PACKAGE_MANAGER MATCHES "conan")
list(PREPEND CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR}/conan)
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR}/conan)
# Use CONFIG to avoid MODULE mode. This is recommended for the cmake_find_package_multi generator
find_package(HDF5 1.12.0 COMPONENTS C HL REQUIRED CONFIG)
find_package(HDF5 1.12.1 COMPONENTS C HL REQUIRED CONFIG)
find_package(Eigen3 3.4 REQUIRED CONFIG)
find_package(spdlog 1.9.2 REQUIRED CONFIG)
find_package(fmt 8.0.1 REQUIRED CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class h5ppConan(ConanFile):
license = "MIT"
settings = "os", "compiler", "build_type", "arch"
generators = "cmake_find_package_multi"
requires = "hdf5/1.12.0"
requires = "hdf5/1.12.1"
build_policy = "missing"
scm = {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
eigen/3.4.0@
fmt/8.0.1@
spdlog/1.9.2@
hdf5/1.12.0@
hdf5/1.12.1@

[generators]
cmake_find_package_multi
Expand Down

0 comments on commit 2246259

Please sign in to comment.