3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-06 14:26:04 +00:00

Drop boost-python

This commit is contained in:
Krystine Sherwin 2025-11-01 20:11:36 +13:00 committed by Miodrag Milanovic
parent 684bbf6a25
commit 17c1388303
3 changed files with 5 additions and 7 deletions

View file

@ -100,9 +100,8 @@ Installing all prerequisites:
.. code:: console
sudo apt-get install gawk git make python3 lld \
bison clang flex libboost-filesystem-dev libboost-python-dev \
libboost-system-dev libffi-dev libfl-dev libreadline-dev \
pkg-config tcl-dev zlib1g-dev \
bison clang flex libboost-filesystem-dev libboost-system-dev \
libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev \
graphviz xdot
curl -LsSf https://astral.sh/uv/install.sh | sh