Skip to content

Commit f88f703

Browse files
author
Leo Alt
committed
install cvc4 on osx
1 parent 2d2d585 commit f88f703

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/osx_install_dependencies.sh

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ then
5454
cp z3-4.8.10-x64-osx-10.15.7/include/* /usr/local/include
5555
rm -rf z3-4.8.10-x64-osx-10.15.7
5656

57+
# cvc4
58+
brew link cmake
59+
brew link coreutils
60+
brew tap cvc4/cvc4
61+
brew install cvc4/cvc4/cvc4
62+
5763
# evmone
5864
wget https://github.com/ethereum/evmone/releases/download/v0.7.0/evmone-0.7.0-darwin-x86_64.tar.gz
5965
tar xzpf evmone-0.7.0-darwin-x86_64.tar.gz -C /usr/local

0 commit comments

Comments
 (0)