Skip to content

Commit

Permalink
Toolchain: Link in libz as dependency for HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jun 10, 2021
1 parent e2bdc4a commit 706ccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/stage7/install_hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ case "$with_hdf5" in

esac
if [ "$with_hdf5" != "__DONTUSE__" ]; then
HDF5_LIBS="-lhdf5 -lhdf5_hl"
HDF5_LIBS="-lhdf5 -lhdf5_hl -lz"
if [ "$with_hdf5" != "__SYSTEM__" ]; then
cat << EOF > "${BUILDDIR}/setup_hdf5"
prepend_path LD_LIBRARY_PATH "$pkg_install_dir/lib"
Expand Down

0 comments on commit 706ccea

Please sign in to comment.