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 e732c48 commit ca79076Copy full SHA for ca79076
.github/workflows/package.yml
@@ -66,7 +66,8 @@ jobs:
66
CIBW_ARCHS_LINUX: auto aarch64
67
CIBW_BUILD: cp310-musllinux_aarch64
68
CIBW_BEFORE_ALL_LINUX: |
69
- yum install -y lapack-devel armadillo-devel
+ # yum install -y lapack-devel armadillo-devel
70
+ apt-get install -y lapack-devel armadillo-devel
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
0 commit comments