Skip to content

Commit 165a874

Browse files
committed
Added settings to exclude repeated symlinks of af libraries in wheel
1 parent 8f000c2 commit 165a874

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,24 @@ build-dir = "build"
7878
py-api = "py3"
7979
packages = ["arrayfire_wrapper"]
8080
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+
]
8199

82100
[tool.scikit-build.cmake]
83101
build-type = "Release" # not working for whatever reason, duplicated below TODO: fix

0 commit comments

Comments
 (0)