Skip to content

Commit

Permalink
twiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 25, 2023
1 parent c78aee1 commit f184f94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
skip = "pp* cp36* cp37* *musllinux*"
skip = "pp* cp36* cp37* cp312* *musllinux*"
test-skip = "cp310-win32 cp310-manylinux_i686 cp311-win32 cp311-manylinux_i686"
test-command = "python {project}/tools/verify_wheels.py"
# We need to use pre-built versions of Numpy and Scipy in the tests; they have a
Expand All @@ -31,16 +31,16 @@ before-all = "yum install -y openblas-devel"
environment = { CMAKE_GENERATOR = "Visual Studio 16 2019"}

[[tool.cibuildwheel.overrides]]
select = "cp3{8,9,10,11}-manylinux_i686"
select = "*-manylinux_i686"
before-all = "yum install -y wget && bash {project}/tools/install_openblas_i686.sh && bash {project}/tools/install_rust.sh"

[[tool.cibuildwheel.overrides]]
select = "cp3{8,9,10,11}-manylinux_{ppc64le,s390x}"
select = "*-manylinux_{ppc64le,s390x}"
before-all = "yum install -y epel-release && yum install -y openblas-devel"
environment = { AER_CMAKE_OPENMP_BUILD="0" }

[[tool.cibuildwheel.overrides]]
select = "cp3{8,9,10,11}-manylinux_aarch64"
select = "*-manylinux_aarch64"
before-all = "yum install -y https://dl.fedoraproject.org/pub/epel/7/aarch64/Packages/e/epel-release-7-12.noarch.rpm && yum install -y openblas-devel"
environment = { AER_CMAKE_OPENMP_BUILD="0" }

Expand Down

0 comments on commit f184f94

Please sign in to comment.