We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170b59a commit 26ea15cCopy full SHA for 26ea15c
build_tools/wheels/cibw_before_all.sh
@@ -21,14 +21,14 @@ if [ "$(uname)" == "Linux" ]; then
21
cd boost_1_87_0
22
./bootstrap.sh --prefix=/opt/boost
23
./b2 install --prefix=/opt/boost --with=all
24
+ cd ..
25
elif [ "$(uname)" == "Darwin" ]; then
26
brew install wget cmake boost
27
fi
28
29
$(which $PYTHON) -m pip install -r $PROJECT_DIR/python/dev_requirements.txt
30
31
# Remove build/cache files that were generated on host
-cd ..
32
rm -rf $PROJECT_DIR/build
33
rm -rf CMakeCache.txt CMakeFiles
34
0 commit comments