Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions install_apt_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ sudo apt-get install -y \
default-jre \
zlib1g-dev

# Required to build the documentation
sudo apt-get install -y \
sphinx-common

# Required for code formatting
# NOTE: clang-format-18 may only be found on specific distributions. Only
# install it if the distribution has this version of clang format.
Expand Down
5 changes: 0 additions & 5 deletions install_dnf_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ sudo dnf install -y \
boost-filesystem \
zlib-ng-devel

# Required to build the documentation
sudo dnf install -y \
python3-sphinx \
python-sphinx-doc

# Required to run the analytical placement flow
sudo dnf install -y \
eigen3-devel