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 dd253d9 commit e0dd25aCopy full SHA for e0dd25a
.github/workflows/build_wheels.yml
@@ -66,8 +66,7 @@ jobs:
66
env:
67
CIBW_ARCHS_LINUX: x86_64
68
CIBW_BEFORE_ALL_LINUX: >
69
- yum -y install openblas-devel lapack-devel
70
- CIBW_BEFORE_BUILD_LINUX: >
+ yum -y install openblas-devel lapack-devel &&
71
python -m pip install cmake casadi==3.6.7 setuptools wheel &&
72
python install_KLU_Sundials.py
73
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair -w {dest_dir} {wheel}
0 commit comments