Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL Build #606

Open
Blebowski opened this issue Mar 7, 2025 · 0 comments
Open

RHEL Build #606

Blebowski opened this issue Mar 7, 2025 · 0 comments

Comments

@Blebowski
Copy link

Hi,

would it be possible to support RHEL build please ?

Lot of commercial EDA tools work on RHEL, therefore companies use it (or CentOS, Rocky).

I was trying to give it a shot on RHEL8, and figured out couple of issues:

  • z3 is not packaged for RHEL -> Must be built from source and installed
  • Older GCC versions have trouble on some C++17 features -> Enforcing CLANG 17 helped
  • Some syntax errors occur since std::setw is not visible in couple of files -> Needs include of <bitmanip.h>.
  • Can't find Python11 (currently our machine has 3.6 as default, and a main virtual env has 3.8)

Actionable points from this would be:

  • Extend install_dependencies script to install the RHEL package equivalents
  • Clone and build Z3 on RHEL as it is not packaged.
  • Extend build scripts to provide path to python libraries (so that attempt to link to 3.11 can be overridden by other Python version).
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

No branches or pull requests

1 participant