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 a8f34f6 commit e8d8dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/post_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ wheel_path=`find dist -type f -name "*.whl"`

echo Found $wheel_path

echo $CONDA_PREFIX
echo CONDA_PREFIX = $CONDA_PREFIX
echo `ls $CONDA_PREFIX/lib`
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

Expand Down

0 comments on commit e8d8dc1

Please sign in to comment.