apt-get build-dep yosys -y
apt-get remove yosys -y
apt-get build-dep ghdl -y # this is sort-of what ghdl-install does, hmmm
+apt-get install -y default-jre-headless python3-pip curl
+python3 -m pip install toml
mkdir -p /home/$SUDO_USER/src
cd /home/$SUDO_USER/src
git clone https://github.com/ghdl/ghdl
git clone https://github.com/ghdl/ghdl-yosys-plugin
# both of these need adding https://bugs.libre-soc.org/show_bug.cgi?id=883
-git clone https://github.com/bitwuzla/bitwuzla
-git clone https://github.com/cvc5/cvc5 -b cvc5-1.0.0
+git clone https://github.com/bitwuzla/bitwuzla.git
+git clone -b cvc5-1.0.0 https://github.com/cvc5/cvc5.git cvc5
# yosys 0.13 has been found to be stable...
cd yosys
make
make install
-# symbiyosys should be fine though
+# ... cvc5
+cd ../cvc5
+git rev-parse HEAD
+./configure.sh --poly --auto-download -DCMAKE_CXX_FLAGS=-fpermissive
+cd build
+make -j$(nproc)
+make install
-cd ../sby
+# ... bitwuzla
+cd ../../bitwuzla
+git checkout 19dd987a6e246990619751cca07996fac505fd0b
+./contrib/setup-cadical.sh
+./contrib/setup-btor2tools.sh
+./contrib/setup-symfpu.sh
+./configure.sh
+cd build
+make -j$(nproc)
+make install
+
+# symbiyosys should be fine though
+cd ../../sby
make install
cd ../yices2