Skip to content

Commit be357a9

Browse files
committed
Revert "updated klayout version to 0.30.1"
This reverts commit 2b02d11.
1 parent aa611ef commit be357a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

etc/DependencyInstaller.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
# package versions
13-
klayoutVersion=0.30.1
13+
klayoutVersion=0.28.8
1414
verilatorVersion=5.026
1515

1616
_versionCompare() {
@@ -94,7 +94,7 @@ _installUbuntuCleanUp() {
9494
}
9595

9696
_installKlayoutDependenciesUbuntuAarch64() {
97-
echo "Installing Klayout dependencies"
97+
echo "Installing Klayout dependancies"
9898
export DEBIAN_FRONTEND=noninteractive
9999
apt-get -y update
100100
apt-get -y install build-essential \
@@ -116,7 +116,6 @@ _installUbuntuPackages() {
116116
help2man \
117117
libfl-dev \
118118
libfl2 \
119-
libgit2-dev \
120119
libgoogle-perftools-dev \
121120
libqt5multimediawidgets5 \
122121
libqt5opengl5 \
@@ -172,7 +171,7 @@ _installUbuntuPackages() {
172171
if [[ $1 == 20.04 ]]; then
173172
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
174173
else
175-
klayoutChecksum=11953ce5009a0e83f9840b506f80df49
174+
klayoutChecksum=db751264399706a23d20455bb7624264
176175
fi
177176
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
178177
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1

0 commit comments

Comments
 (0)