From 049f042e520ba97ba308910c69a05adf623f52d6 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:14:41 -0800 Subject: [PATCH] Update build_wheel.sh --- .ci/wheel/build_wheel.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/wheel/build_wheel.sh b/.ci/wheel/build_wheel.sh index c9cf201e1e1..598e7422ea9 100755 --- a/.ci/wheel/build_wheel.sh +++ b/.ci/wheel/build_wheel.sh @@ -190,9 +190,8 @@ retry pip install -r "${pytorch_rootdir}/requirements.txt" || true retry pip uninstall -y cmake retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -y llvm-openmp=14.0.6 cmake -# For USE_DISTRIBUTED=1 on macOS, need libuv and pkg-config to find libuv. +# For USE_DISTRIBUTED=1 on macOS, need libuv, which is build as part of tensorpipe submodule export USE_DISTRIBUTED=1 -retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -y libuv pkg-config if [[ -n "$CROSS_COMPILE_ARM64" ]]; then export CMAKE_OSX_ARCHITECTURES=arm64