cyb70289 commented on code in PR #12881:
URL: https://github.com/apache/arrow/pull/12881#discussion_r850170268
##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -4513,6 +4523,88 @@ if(ARROW_S3)
endif()
endif()
+# ----------------------------------------------------------------------
+# ucx - communication framework for modern, high-bandwidth and low-latency
networks
+
+macro(build_ucx)
+ message(STATUS "Building UCX from source")
+
+ set(UCX_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/ucx_ep-install")
+
+ # link with static ucx libraries leads to test failures, use shared libs
instead
Review Comment:
Is it necessary to add ucx to `LICENSE.txt`? It's shared linked.
cc @kou
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]