We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a873cca commit bc8de1aCopy full SHA for bc8de1a
pyproject.toml
@@ -7,7 +7,14 @@ requires = [
7
build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
-xbuild-tools = ["cmake", "ninja"]
+xbuild-tools = [
11
+ "cmake",
12
+ "ninja"
13
+]
14
+skip = [
15
+ "pp*",
16
+ "*-musllinux-*",
17
18
# manylinux-x86_64-image = "manylinux2014"
19
# manylinux-i686-image = "manylinux2014"
20
# manylinux-pypy_x86_64-image = "manylinux2014"
@@ -34,4 +41,4 @@ cuda = "12.9"
34
41
temp = "/tmp/cuda-temp"
35
42
CUDA_PATH = "/usr/local/cuda-${cuda}"
36
43
PATH = "${PATH}:${CUDA_PATH}/bin"
37
-LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
44
+LD_LIBRARY_PATH = "${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
0 commit comments