We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa347eb commit cdacbe0Copy full SHA for cdacbe0
packaging/build_wheel.sh
@@ -55,6 +55,6 @@ else
55
if [[ "$OSTYPE" == "msys" ]]; then
56
"$script_dir/windows/internal/vc_env_helper.bat" python $script_dir/wheel/relocate.py
57
else
58
- 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
59
fi
60
0 commit comments