Skip to content

Commit fec65f6

Browse files
committed
Added boost
1 parent d5958cb commit fec65f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
CIBW_BEFORE_ALL_LINUX: |
7070
# yum install -y lapack-devel armadillo-devel
7171
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
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
7676
CIBW_BEFORE_ALL_MACOS: |
7777
# Other than the latest version, Brew only has boost 1.76. Therefore we must install boost from source
7878
# brew reinstall gcc lapack gsl armadillo

0 commit comments

Comments
 (0)