Unverified Commit a078e6fb authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Fix nvjpeg packaging into the wheel (#4752)

Relocate fails to find nvjpeg unless its present in the library search path.
parent 7f328e1e
......@@ -55,6 +55,6 @@ else
if [[ "$OSTYPE" == "msys" ]]; then
"$script_dir/windows/internal/vc_env_helper.bat" python $script_dir/wheel/relocate.py
else
LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" python $script_dir/wheel/relocate.py
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python $script_dir/wheel/relocate.py
fi
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment