3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-07 03:22:46 +00:00

hotfix: don't use uv when building wheels

This commit is contained in:
Mohamed Gaber 2025-11-04 14:32:38 +02:00
parent f170c0f346
commit 3a54ed6916
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -51,6 +51,7 @@ class libyosys_so_ext(Extension):
"ENABLE_TCL=0",
"ENABLE_READLINE=0",
"ENABLE_EDITLINE=0",
"PYOSYS_USE_UV=0", # + install requires takes its role when building wheels
# Always compile and include ABC in wheel
"ABCEXTERNAL=",
# Show compile commands