Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Nov 21, 2024
1 parent ddfc6dc commit f55e17f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
- uses: pypa/cibuildwheel@v2.21
env:
CIBW_BEFORE_BUILD: |
yum install -y blas lapack blas-devel lapack-devel gcc gcc-c++ &&
yum clean all
if grep -q 'Ubuntu' /etc/os-release; then
apt-get update &&
apt-get install -y libblas-dev liblapack-dev gfortran &&
apt-get clean;
fi
CIBW_ARCHS_MACOS: auto universal2
SYSTEM_VERSION_COMPAT: 0
CIBW_SKIP: pp37-* pp38-* pp39-* pp31*-macosx*
Expand Down

0 comments on commit f55e17f

Please sign in to comment.