mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-05 22:06:04 +00:00
Drop boost-python
This commit is contained in:
parent
ec2148d16b
commit
a4a491719e
4 changed files with 5 additions and 8 deletions
2
.github/actions/setup-build-env/action.yml
vendored
2
.github/actions/setup-build-env/action.yml
vendored
|
|
@ -42,7 +42,7 @@ runs:
|
||||||
if: runner.os == 'Linux' && inputs.get-build-deps == 'true'
|
if: runner.os == 'Linux' && inputs.get-build-deps == 'true'
|
||||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||||
with:
|
with:
|
||||||
packages: bison clang flex libboost-filesystem-dev libboost-python-dev libboost-system-dev libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev
|
packages: bison clang flex libboost-filesystem-dev libboost-system-dev libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev
|
||||||
version: ${{ inputs.runs-on }}-buildys
|
version: ${{ inputs.runs-on }}-buildys
|
||||||
|
|
||||||
- name: Linux docs dependencies
|
- name: Linux docs dependencies
|
||||||
|
|
|
||||||
1
Brewfile
1
Brewfile
|
|
@ -8,7 +8,6 @@ brew "pkg-config"
|
||||||
brew "python3"
|
brew "python3"
|
||||||
brew "xdot"
|
brew "xdot"
|
||||||
brew "bash"
|
brew "bash"
|
||||||
brew "boost-python3"
|
|
||||||
brew "llvm@20"
|
brew "llvm@20"
|
||||||
brew "lld"
|
brew "lld"
|
||||||
brew "googletest"
|
brew "googletest"
|
||||||
|
|
|
||||||
|
|
@ -84,9 +84,8 @@ For example on Ubuntu Linux 22.04 LTS the following commands will install all
|
||||||
prerequisites for building yosys:
|
prerequisites for building yosys:
|
||||||
|
|
||||||
$ sudo apt-get install gawk git make python3 lld \
|
$ sudo apt-get install gawk git make python3 lld \
|
||||||
bison clang flex libboost-filesystem-dev libboost-python-dev \
|
bison clang flex libboost-filesystem-dev libboost-system-dev \
|
||||||
libboost-system-dev libffi-dev libfl-dev libreadline-dev \
|
libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev \
|
||||||
pkg-config tcl-dev zlib1g-dev \
|
|
||||||
graphviz xdot
|
graphviz xdot
|
||||||
|
|
||||||
The environment variable `CXX` can be used to control the C++ compiler used, or
|
The environment variable `CXX` can be used to control the C++ compiler used, or
|
||||||
|
|
|
||||||
|
|
@ -100,9 +100,8 @@ Installing all prerequisites:
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
sudo apt-get install gawk git make python3 lld \
|
sudo apt-get install gawk git make python3 lld \
|
||||||
bison clang flex libboost-filesystem-dev libboost-python-dev \
|
bison clang flex libboost-filesystem-dev libboost-system-dev \
|
||||||
libboost-system-dev libffi-dev libfl-dev libreadline-dev \
|
libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev \
|
||||||
pkg-config tcl-dev zlib1g-dev \
|
|
||||||
graphviz xdot
|
graphviz xdot
|
||||||
|
|
||||||
.. tab:: macOS 13 (with Homebrew)
|
.. tab:: macOS 13 (with Homebrew)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue