Skip to content

Commit

Permalink
only test linux python build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 12, 2024
1 parent 1f9569b commit e699b43
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,20 @@ archs = ["AMD64"]

[tool.cibuildwheel.linux]
archs = ["x86_64"]
# before-all = [
# "pip install conan==2.6.0",
# "conan profile detect",
# echo 'settings.compiler.libcxx=libstdc++17' >> ~/.conan2/profiles/default"
# ]



# TODO: confirm stdc++17
before-all = [
"pip install conan==2.6.0",
"conan profile detect",
"echo 'settings.compiler.libcxx=libstdc++17' >> ~/.conan2/profiles/default"
]



before-build = [
"rm -f {project}/CMakeUserPresets.json",
"rm -rf install",
"pip install auditwheel==6.0.0"
]
repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_dir} {wheel} --exclude libvulkan.so.1,libgomp.so.1"
Expand Down

0 comments on commit e699b43

Please sign in to comment.