Skip to content

move kepler dependencies from _installCI to _installUbuntuPackages#3981

Open
LucasYuki wants to merge 1 commit intoThe-OpenROAD-Project:masterfrom
LucasYuki:kepler_dependencies
Open

move kepler dependencies from _installCI to _installUbuntuPackages#3981
LucasYuki wants to merge 1 commit intoThe-OpenROAD-Project:masterfrom
LucasYuki:kepler_dependencies

Conversation

@LucasYuki
Copy link
Contributor

Closes #3968.

Changes:

  • Kepler dependencies moved from _installCI to _installUbuntuPackages.

Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
@LucasYuki LucasYuki requested a review from maliberty March 12, 2026 00:11
libqt5opengl5 \
libqt5svg5-dev \
libqt5xmlpatterns5-dev \
libspdlog-dev \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have _install_spdlog - do we need this too?

libboost-iostreams-dev \
libcapnp-dev \
libfl-dev \
libfmt-dev \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same _install_spdlog

Comment on lines +160 to +161
libboost-dev \
libboost-iostreams-dev \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same _install_boost

apt-get -y install --no-install-recommends \
bison \
capnproto \
clang \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already in _install_ubuntu_packages

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both of them or only clang?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue with installation - cmake can't find "FindTBB.cmake" configuration file

2 participants