From 26ea15c40eeb65dfbf7d68418e188c05614dd402 Mon Sep 17 00:00:00 2001 From: Yashas Ambati Date: Wed, 26 Feb 2025 09:59:55 -0500 Subject: [PATCH] Minor fix --- build_tools/wheels/cibw_before_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/wheels/cibw_before_all.sh b/build_tools/wheels/cibw_before_all.sh index f5c6c7f0c..1c1d13581 100644 --- a/build_tools/wheels/cibw_before_all.sh +++ b/build_tools/wheels/cibw_before_all.sh @@ -21,6 +21,7 @@ if [ "$(uname)" == "Linux" ]; then cd boost_1_87_0 ./bootstrap.sh --prefix=/opt/boost ./b2 install --prefix=/opt/boost --with=all + cd .. elif [ "$(uname)" == "Darwin" ]; then brew install wget cmake boost fi @@ -28,7 +29,6 @@ fi $(which $PYTHON) -m pip install -r $PROJECT_DIR/python/dev_requirements.txt # Remove build/cache files that were generated on host -cd .. rm -rf $PROJECT_DIR/build rm -rf CMakeCache.txt CMakeFiles