File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010fi
1111
1212# package versions
13- klayoutVersion=0.28.8
13+ klayoutVersion=0.30.1
1414verilatorVersion=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
You can’t perform that action at this time.
0 commit comments