update to released version of cvc5 that includes powerpc64le fixes
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Jul 2022 22:13:27 +0000 (15:13 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Jul 2022 22:13:27 +0000 (15:13 -0700)
https://bugs.libre-soc.org/show_bug.cgi?id=891

hdl-tools-yosys

index 77b086db3ebe07bae5029c5853223a171768eaa9..5b54555e527669039e32d945d15236f39b04629f 100755 (executable)
@@ -7,7 +7,7 @@ fi
 # 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
@@ -28,7 +28,7 @@ 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
-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
@@ -53,7 +53,7 @@ make install
 # ... 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