Skip to content

Commit

Permalink
Bump hdf5 version
Browse files Browse the repository at this point in the history
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
  • Loading branch information
samuel-emrys and SpaceIm authored Sep 18, 2023
1 parent b6e4b70 commit ece784a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/armadillo/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def requirements(self):
if self.options.use_hdf5 and Version(self.version) < "12":
# Use the conan dependency if the system lib isn't being used
# Libraries not required to be propagated transitively when the armadillo run-time wrapper is used
self.requires("hdf5/1.14.0", transitive_headers=True, transitive_libs=not self.options.use_wrapper)
self.requires("hdf5/1.14.1", transitive_headers=True, transitive_libs=not self.options.use_wrapper)

if self.options.use_blas == "openblas":
# Libraries not required to be propagated transitively when the armadillo run-time wrapper is used
Expand Down

0 comments on commit ece784a

Please sign in to comment.