Skip to content

Commit bc8eb24

Browse files
authored
Merge pull request #4246 from The-OpenROAD-Project-staging/yosys-readline
Add readline to the dependency installer for yosys
2 parents b23706a + e6cd6e7 commit bc8eb24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

etc/DependencyInstaller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ _install_EL7_Packages() {
7171
yum -y update
7272
yum -y install \
7373
time \
74+
readline \
7475
ruby \
7576
ruby-devel
7677

@@ -108,6 +109,7 @@ _install_EL8_EL9_Packages() {
108109
dnf -y update
109110
dnf -y install \
110111
time \
112+
readline \
111113
ruby \
112114
ruby-devel
113115

@@ -186,6 +188,7 @@ _installUbuntuPackages() {
186188
libqt5opengl5 \
187189
libqt5svg5-dev \
188190
libqt5xmlpatterns5-dev \
191+
libreadline-dev \
189192
libtbb-dev \
190193
libz-dev \
191194
perl \

0 commit comments

Comments
 (0)