Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / coriolis-install
index acf757cd96eeaf61eb34b3ab1c67b805ea3cdaff..c1b3b7ed5c8363b8ef62fad35037577d6f014790 100755 (executable)
@@ -11,7 +11,6 @@ echo "Current USER=$USER"
 # Install apt dependencies
 echo Installing necessary apt dependencies in the chroot
 sudo apt-get update -y
-sudo apt-get upgrade -y
 sudo apt-get install -y automake binutils-dev bison build-essential \
        sysvinit-utils sysvinit-core \
        ccache clang cmake doxygen dvipng flex gcc git graphviz \
@@ -23,7 +22,7 @@ sudo apt-get install -y automake binutils-dev bison build-essential \
        python3-setuptools python-dev python-qt4 python-sphinx \
        qt4-dev-tools rapidjson-dev tcl tcl-dev tcl-tclreadline \
        texlive texlive-fonts-extra texlive-lang-french \
-       texlive-latex-extra texlive-pictures xfig zlib1g-dev
+       texlive-latex-extra texlive-pictures xfig zlib1g-dev wget
 
 # Add convenience variable to chroot user .bash_profile
 vars_for_bash_profile="export PATH=/usr/lib/ccache:\044PATH
@@ -99,6 +98,9 @@ make -j1 install
 # Install and configure alliance-check-toolkit
 cd /home/$USER
 git clone https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git
+cd alliance-check-toolkit
+git checkout 3f40be93f1552 # specific version needed
+cd ..
 touch alliance-check-toolkit/etc/mk/users.d/user-$USER.mk
 
 # Environment variables for alliance-check-toolkit in a single script variable