Skip to content

Commit

Permalink
HDF5 now pulls in libsz
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 21, 2023
1 parent 07e0b71 commit 54308ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/linux/libsz.so.2
Binary file not shown.
2 changes: 1 addition & 1 deletion src/linux/make_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_deps(lib):
if 'not found' in dep:
raise ValueError(line)
if ((not dep.startswith('/lib64/') and not dep.startswith('('))
or 'boost' in dep or 'hdf5' in dep):
or 'boost' in dep or 'hdf5' in dep or 'libsz' in dep):
yield dep


Expand Down

0 comments on commit 54308ab

Please sign in to comment.