Skip to content

Commit

Permalink
Remove workaround for library naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 23, 2024
1 parent f6a3c2f commit d63718c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,6 @@ function build_blosc {
(cd c-blosc-${BLOSC_VERSION} \
&& $cmake -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib . \
&& make install)
if [ -n "$IS_MACOS" ]; then
# Fix blosc library id bug
for lib in $(ls ${BUILD_PREFIX}/lib/libblosc*.dylib); do
install_name_tool -id $lib $lib
done
fi
touch blosc-stamp
}

Expand Down

0 comments on commit d63718c

Please sign in to comment.