Skip to content

Commit

Permalink
Note that one patch will no longer be needed in 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 18, 2024
1 parent 1823d96 commit c0c103f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/libucx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ def run(self):
subprocess.run(["make", "install"])
# The config file built into UCX is not relocatable. We need to fix
# that so that we can package up UCX and distribute it in a wheel.
# This was fixed in
# https://github.com/openucx/ucx/commit/c3437851f4abb5b7da966109d3762966ac30c476
# and merged into version 1.17, so we can remove this patch once we
# no longer need to support older versions.
subprocess.run(
[
"sed",
Expand Down

0 comments on commit c0c103f

Please sign in to comment.