Skip to content

Commit d5958cb

Browse files
committed
Increase build verbosity
1 parent 7d383c6 commit d5958cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,14 @@ jobs:
6565
# CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
6666
CIBW_ARCHS_LINUX: auto aarch64
6767
CIBW_BUILD: cp310-musllinux_aarch64
68+
CIBW_BUILD_VERBOSITY: 3
6869
CIBW_BEFORE_ALL_LINUX: |
6970
# yum install -y lapack-devel armadillo-devel
7071
apk add armadillo
71-
curl -L -O https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz
72-
tar -xf boost_1_72_0.tar.gz
73-
cd boost_1_72_0
74-
cp -r boost /usr/include
72+
# curl -L -O https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz
73+
# tar -xf boost_1_72_0.tar.gz
74+
# cd boost_1_72_0
75+
# cp -r boost /usr/include
7576
CIBW_BEFORE_ALL_MACOS: |
7677
# Other than the latest version, Brew only has boost 1.76. Therefore we must install boost from source
7778
# brew reinstall gcc lapack gsl armadillo

0 commit comments

Comments
 (0)