Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / coriolis-install
index ddb56bc96992f25bc4ea23c1d7eb52417e6a7d12..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
@@ -48,7 +47,7 @@ sudo apt-get update -y
 sudo apt-get build-dep yosys -y
 
 cd /home/$USER
-git clone https://github.com/cliffordwolf/yosys.git
+git clone https://github.com/YosysHQ/yosys.git
 cd yosys
 git checkout 049e3abf9baf795e69b9ecb9c4f19de6131f8418
 make config-clang
@@ -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