Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb88f3ad

Browse files
release version 0.0.5
1 parent4cf635d commitb88f3ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎pyproject.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ before-all = [
2828
"chmod +x scripts/build-env/manylinux.sh",
2929
"scripts/build-env/manylinux.sh"
3030
]
31+
repair-wheel-command = [
32+
"auditwheel repair -w {dest_dir} {wheel} -L {package}/tensor-array-repo/Tensor-Array/lib/",
33+
]
3134

3235
[tool.cibuildwheel.linux.environment]
3336
cuda ="12.9"

‎setup.py‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def main():
5353
"tensor_array":'src/tensor_array',
5454
},
5555
include_package_data=True,
56-
package_data= {
57-
"": ["tensor-array-repo/Tensor-Array/lib/*.so"],
58-
},
5956
data_files= [
6057
("tensor-array-repo/Tensor-Array/include",glob.glob(os.path.join("cpp","include","*.hh"))),
6158
("tensor-array-repo/Tensor-Array/lib",glob.glob(os.path.join("cpp","lib","*.so"))),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp