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 7b4ef92 commit 580b3b9Copy full SHA for 580b3b9
wheel/build_wheel.sh
@@ -168,6 +168,8 @@ retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq libuv pkg-config
168
169
export USE_LLVM="${CONDA_PREFIX}"
170
if [[ -n "$CROSS_COMPILE_ARM64" ]]; then
171
+ # NS: If this helps, investigate why updating from 10.0.0 to 12.0.0 changes the link order
172
+ retry conda install -yq libcxx==10.0.0
173
export CMAKE_OSX_ARCHITECTURES=arm64
174
export USE_MKLDNN=OFF
175
export USE_NNPACK=OFF
0 commit comments