Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Dec 5, 2024
1 parent e8d8dc1 commit c209e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/post_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export LD_LIBRARY_PATH="$CONDA_PREFIX/lib:$LD_LIBRARY_PATH"

${CONDA_RUN} auditwheel -v repair --plat manylinux_2_38_x86_64 $wheel_path --exclude libtorch_python.so --exclude libc10.so --exclude libtorch.so --exclude libtorch_cpu.so --wheel-dir dist

# mv original wheel to a different dir, the 'repaired' wheel outputed by auditwheel should still be in `dist` and treated and *the* wheel
mkdir original_wheel
mv $wheel_path original_wheel/

# old="linux_x86_64"
# new="manylinux_2_17_x86_64.manylinux2014_x86_64"
# echo "Replacing ${old} with ${new} in wheel name"
Expand Down

0 comments on commit c209e49

Please sign in to comment.