Skip to content

Commit

Permalink
Use the latest hdf5 for cross-compilation support
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valgur committed Feb 10, 2025
1 parent 618cd7c commit c32f6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vtk-m/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def layout(self):

def requirements(self):
if self.options.with_hdf5:
self.requires("hdf5/1.14.1")
self.requires("hdf5/1.14.5")
if self.options.with_mpi:
self.requires("openmpi/4.1.6")
if self.options.with_openmp:
Expand Down

0 comments on commit c32f6d1

Please sign in to comment.