Thanks to visit codestin.com Credit goes to github.com
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 8c558fc commit ac5aea4Copy full SHA for ac5aea4
build_tools/azure/install.sh
@@ -51,6 +51,10 @@ if [[ "$DISTRIB" == "conda" ]]; then
51
# sklearn/svm/_libsvm.cpython-38-darwin.so,
52
# 2): Symbol not found: _svm_check_parameter error
53
TO_INSTALL="$TO_INSTALL compilers>=1.0.4,!=1.1.0 llvm-openmp"
54
+ else
55
+ # Without openmp, we use the system clang. Here we use /usr/bin/ar
56
+ # instead because llvm-ar errors
57
+ export AR=/usr/bin/ar
58
fi
59
60
make_conda $TO_INSTALL
0 commit comments