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