Skip to content

Commit

Permalink
update options
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Nov 7, 2024
1 parent 14b1975 commit 06c1a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class H5CppConan(ConanFile):
"with_mpi": False,
"with_boost": True,
"hdf5/*:hl": True,
"hdf5/*:parallel": False,
"hdf5/*:enable_cxx": False,
"hdf5/*:shared": False,
"install_prefix": None
Expand All @@ -38,7 +39,7 @@ def configure(self):
self.options["hdf5"].parallel = True

def requirements(self):
self.requires("hdf5/1.14.0")
self.requires("hdf5/1.14.5")
self.requires("catch2/3.3.2")
self.requires("zlib/1.2.13")
self.requires("szip/2.1.1")
Expand Down

0 comments on commit 06c1a6e

Please sign in to comment.