Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#2341 from Pinata-Consulting/s…
Browse files Browse the repository at this point in the history
…etup-24-04-fix

Setup 24 04 fix
  • Loading branch information
maliberty authored Sep 11, 2024
2 parents ec45357 + d9f8720 commit 180c08a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ _installUbuntuPackages() {
zlib1g-dev

# install KLayout
if [[ $1 == "rodete" || $(_versionCompare "$1") -ge 23.04 ]]; then
if [[ $1 == "rodete" ]]; then
apt-get -y install --no-install-recommends klayout python3-pandas
elif _versionCompare "$1" -ge 23.04; then
apt-get -y install --no-install-recommends klayout python3-pandas
else
arch=$(uname -m)
Expand Down

0 comments on commit 180c08a

Please sign in to comment.