mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 04:35:44 +00:00
Merge from upstream
This commit is contained in:
commit
11731c91f4
30 changed files with 387 additions and 203 deletions
1
setup.py
1
setup.py
|
|
@ -50,6 +50,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue