Skip to content

Commit

Permalink
etc: update klayout version
Browse files Browse the repository at this point in the history
Klayout org only provides the latest versions for new OSes such as
RHEL9/RockyLinux9/Ubuntu24

Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
Vitor Bandeira committed Nov 21, 2024
1 parent 515a851 commit d4d7176
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
fi

# package versions
klayoutVersion=0.28.8
klayoutVersion=0.29.8
verilatorVersion=5.026

_versionCompare() {
Expand Down Expand Up @@ -158,9 +158,14 @@ _installUbuntuPackages() {
fi
else
if [[ $1 == 20.04 ]]; then
klayoutChecksum=15a26f74cf396d8a10b7985ed70ab135
klayoutChecksum=bfa011330bc9e1f61b46f668379cc741
elif [[ $1 == 22.04 ]]; then
klayoutChecksum=60839f6b5b2b1c1e76bf0c1bc17bf18c
elif [[ $1 == 24.04 ]]; then
klayoutChecksum=b8909538985b15135b49e8d32a089d72
else
klayoutChecksum=db751264399706a23d20455bb7624264
echo "Could not find checksum for klayout"
exit 1
fi
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb
md5sum -c <(echo "${klayoutChecksum} klayout_${klayoutVersion}-1_amd64.deb") || exit 1
Expand Down

0 comments on commit d4d7176

Please sign in to comment.