Skip to content

Commit 6c6d84e

Browse files
authored
Merge pull request #3131 from jeffng-or/update-klayout-version
updated klayout version to 0.30.1
2 parents 69f27a6 + 2b02d11 commit 6c6d84e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

etc/DependencyInstaller.sh

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

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

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

9696
_installKlayoutDependenciesUbuntuAarch64() {
97-
echo "Installing Klayout dependancies"
97+
echo "Installing Klayout dependencies"
9898
export DEBIAN_FRONTEND=noninteractive
9999
apt-get -y update
100100
apt-get -y install build-essential \
@@ -116,6 +116,7 @@ _installUbuntuPackages() {
116116
help2man \
117117
libfl-dev \
118118
libfl2 \
119+
libgit2-dev \
119120
libgoogle-perftools-dev \
120121
libqt5multimediawidgets5 \
121122
libqt5opengl5 \
@@ -169,7 +170,7 @@ _installUbuntuPackages() {
169170
if [[ $1 == 20.04 ]]; then
170171
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
171172
else
172-
klayoutChecksum=db751264399706a23d20455bb7624264
173+
klayoutChecksum=11953ce5009a0e83f9840b506f80df49
173174
fi
174175
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
175176
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1

0 commit comments

Comments
 (0)