Skip to content

Commit

Permalink
Set the compiler option -mpc64 on the Linux 32 bit (i686) job.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Jun 21, 2024
1 parent 4276abd commit e67be7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ stages:
displayName: 'Fetch submodules'
- script: |
# yum does not have a ninja package, so use the PyPI one
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -mpc64 -std=c99 -UNDEBUG" \
-e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2014_i686 \
/bin/bash -xc "source /numpy/tools/ci/run_32_bit_linux_docker.sh"
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
Expand Down

0 comments on commit e67be7c

Please sign in to comment.