Skip to content

Commit

Permalink
chore: MKL _only_ support glibc Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Jan 23, 2025
1 parent 17b21c7 commit 3538362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
# Intel MKL only support x86 64bit Intel CPUs
# Intel MKL only support glibc x86 64bit Intel CPUs
# If you need to compile gaussianfft for other architectures,
# a different fftw3 implementation must be used
CIBW_ARCHS_LINUX: "x86_64"
CIBW_SKIP_LINUX: "*-musllinux"
CIBW_ENABLE: "pypy"
with:
output-dir: 'dist'
Expand Down

0 comments on commit 3538362

Please sign in to comment.