We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5958cb commit fec65f6Copy full SHA for fec65f6
.github/workflows/package.yml
@@ -69,10 +69,10 @@ jobs:
69
CIBW_BEFORE_ALL_LINUX: |
70
# yum install -y lapack-devel armadillo-devel
71
apk add armadillo
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
+ curl -L -O https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz
+ tar -xf boost_1_72_0.tar.gz
+ cd boost_1_72_0
+ cp -r boost /usr/include
76
CIBW_BEFORE_ALL_MACOS: |
77
# Other than the latest version, Brew only has boost 1.76. Therefore we must install boost from source
78
# brew reinstall gcc lapack gsl armadillo
0 commit comments