Skip to content
Snippets Groups Projects
Commit 548fe52b authored by Isuru Fernando's avatar Isuru Fernando Committed by Andreas Klöckner
Browse files

Fix wheels to find pocl

parent a840b0c4
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ before-all = [
"yum install -y git openssl-devel ruby",
"bash {package}/scripts/build-ocl.sh",
]
repair-wheel-command = "auditwheel repair -w {dest_dir} --lib-sdir=/.libs {wheel}"
[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
......@@ -21,6 +22,7 @@ before-all = [
"apk add ruby git openssl-dev",
"bash {package}/scripts/build-ocl.sh",
]
repair-wheel-command = "auditwheel repair -w {dest_dir} --lib-sdir=/.libs {wheel}"
[tool.cibuildwheel.macos]
skip = "pp*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment