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 8f000c2 commit 165a874Copy full SHA for 165a874
pyproject.toml
@@ -78,6 +78,24 @@ build-dir = "build"
78
py-api = "py3"
79
packages = ["arrayfire_wrapper"]
80
expand-macos-universal-tags = true
81
+exclude = [
82
+"libaf.so",
83
+"libaf.so.3",
84
+"libafcpu.so",
85
+"libafcpu.so.3",
86
+"libafopencl.so",
87
+"libafopencl.so.3",
88
+"libafcuda.so",
89
+"libafcuda.so.3",
90
+"libafoneapi.so",
91
+"libafoneapi.so.3",
92
+"libforge.so",
93
+"libforge.so.1",
94
+"libmkl_core.so",
95
+"libmkl_rt.so",
96
+"libmkl_intel_thread.so",
97
+"libmkl_intel_lp64.so",
98
+]
99
100
[tool.scikit-build.cmake]
101
build-type = "Release" # not working for whatever reason, duplicated below TODO: fix
0 commit comments