OpenROAD
OpenROAD copied to clipboard
Modify `DependencyInstaller.sh` to support Rocky Linux
Description
I see support for RHEL and CentOS in the DependancyInstaller.sh file, yet as CentOS is EOL as of June 2024, I was hoping Rocky Linux support could be added as a replacement.
Suggested Solution
Rocky Linux is directly compatible with RHEL so this should be a matter of changing some of OS hooks in the script to do something along the lines of:
- If RHEL OR Rocky Linux; do ...
Additional Context
No response