File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,14 @@ jobs:
65
65
# CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
66
66
CIBW_ARCHS_LINUX : auto aarch64
67
67
CIBW_BUILD : cp310-musllinux_aarch64
68
+ CIBW_BUILD_VERBOSITY : 3
68
69
CIBW_BEFORE_ALL_LINUX : |
69
70
# yum install -y lapack-devel armadillo-devel
70
71
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
75
76
CIBW_BEFORE_ALL_MACOS : |
76
77
# Other than the latest version, Brew only has boost 1.76. Therefore we must install boost from source
77
78
# brew reinstall gcc lapack gsl armadillo
You can’t perform that action at this time.
0 commit comments