# this is a bit of a cheat, by relying on debian to pull in all the
# build dependencies. saves time researching how to get and list them
# by hand.
-apt-get update -y
+apt-get update -y
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
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
-git clone -b cvc5-1.0.0 https://github.com/cvc5/cvc5.git cvc5
+git clone -b cvc5-1.0.1 https://github.com/cvc5/cvc5.git cvc5
# yosys 0.13 has been found to be stable...
cd yosys
# ... cvc5
cd ../cvc5
git rev-parse HEAD
-./configure.sh --poly --auto-download -DCMAKE_CXX_FLAGS=-fpermissive
+./configure.sh --poly --auto-download
cd build
make -j$(nproc)
make install