We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec45357 + d9f8720 commit 180c08aCopy full SHA for 180c08a
etc/DependencyInstaller.sh
@@ -126,7 +126,9 @@ _installUbuntuPackages() {
126
zlib1g-dev
127
128
# install KLayout
129
- if [[ $1 == "rodete" || $(_versionCompare "$1") -ge 23.04 ]]; then
+ if [[ $1 == "rodete" ]]; then
130
+ apt-get -y install --no-install-recommends klayout python3-pandas
131
+ elif _versionCompare "$1" -ge 23.04; then
132
apt-get -y install --no-install-recommends klayout python3-pandas
133
else
134
arch=$(uname -m)
0 commit comments