-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] add wheels workflow #877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some proposed cleanups
set -e | ||
set -x | ||
|
||
WHL=ucx_py-0.28.0a0+37.ge1f0547-cp38-cp38-manylinux_2_31_x86_64.whl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This name needs to be provided by the calling entity.
Co-authored-by: Lawrence Mitchell <lmitchell@nvidia.com>
Co-authored-by: Lawrence Mitchell <lmitchell@nvidia.com>
Co-authored-by: Lawrence Mitchell <lmitchell@nvidia.com>
Co-authored-by: Lawrence Mitchell <lmitchell@nvidia.com>
@@ -43,6 +41,23 @@ to_rewrite=$(ldd libuct_cuda.so | awk '/libcudart/ { print $1 }') | |||
patchelf --replace-needed ${to_rewrite} libcudart-${hash}.so libuct_cuda.so | |||
patchelf --add-rpath '$ORIGIN' libuct_cuda.so | |||
|
|||
find /lib/x86_64-linux-gnu/ -name "libnvidia-ml*.so.*" | xargs cp -P -t . | |||
src=libnvidia-ml.so.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, it looks like libnvidia-ml.so
also exists, so maybe start there (and adapt the previous line to libnvidia-ml*.so*
?
Experimental PR to enable wheel building