We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2da057 + 449bdcc commit 605fb00Copy full SHA for 605fb00
install_apt_packages.sh
@@ -42,10 +42,6 @@ sudo apt-get install -y \
42
default-jre \
43
zlib1g-dev
44
45
-# Required to build the documentation
46
-sudo apt-get install -y \
47
- sphinx-common
48
-
49
# Required for code formatting
50
# NOTE: clang-format-18 may only be found on specific distributions. Only
51
# install it if the distribution has this version of clang format.
install_dnf_packages.sh
@@ -42,11 +42,6 @@ sudo dnf install -y \
boost-filesystem \
zlib-ng-devel
-sudo dnf install -y \
- python3-sphinx \
- python-sphinx-doc
# Required to run the analytical placement flow
sudo dnf install -y \
52
eigen3-devel
0 commit comments