From 0db2a0d16bea88680573ca748daaa1e6ef2cbead Mon Sep 17 00:00:00 2001 From: Yashas Ambati Date: Wed, 16 Apr 2025 12:35:10 -0400 Subject: [PATCH] Supress boost output --- .github/scripts/python_wheels/cibw_before_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/python_wheels/cibw_before_all.sh b/.github/scripts/python_wheels/cibw_before_all.sh index eab6481c6..d0cfc996d 100644 --- a/.github/scripts/python_wheels/cibw_before_all.sh +++ b/.github/scripts/python_wheels/cibw_before_all.sh @@ -21,7 +21,7 @@ if [ "$(uname)" == "Linux" ]; then tar -xzf boost_1_87_0.tar.gz cd boost_1_87_0 ./bootstrap.sh --prefix=/opt/boost - ./b2 install --prefix=/opt/boost --with=all + ./b2 install --prefix=/opt/boost --with=all -d0 cd .. elif [ "$(uname)" == "Darwin" ]; then brew install wget cmake boost doxygen