Skip to content

Commit

Permalink
Updated versions of hdf5 and spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Sep 2, 2023
1 parent af59592 commit efce926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ def config_options(self):
self.options["hdf5"].with_zlib = self.options.with_zlib

def requirements(self):
self.requires("hdf5/1.14.0", transitive_headers=True, transitive_libs=True)
self.requires("hdf5/1.14.1", transitive_headers=True, transitive_libs=True)
if self.options.get_safe('with_eigen'):
self.requires("eigen/3.4.0", transitive_headers=True)
if self.options.get_safe('with_spdlog'):
self.requires("spdlog/1.11.0", transitive_headers=True, transitive_libs=True)
self.requires("spdlog/1.12.0", transitive_headers=True, transitive_libs=True)
if self.options.with_zlib:
self.requires("zlib/1.2.13", transitive_headers=True, transitive_libs=True)

Expand Down

0 comments on commit efce926

Please sign in to comment.