We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
std::setw
<bitmanip.h>
Actionable points from this would be:
install_dependencies
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
std::setw
is not visible in couple of files -> Needs include of<bitmanip.h>
.Actionable points from this would be:
install_dependencies
script to install the RHEL package equivalentsThe text was updated successfully, but these errors were encountered: