Skip to content

Commit

Permalink
[DEBUG] List installed python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jul 5, 2024
1 parent c8ecc95 commit 30707ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/setup-smt-switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if [ ! -d "$DEPS/smt-switch" ]; then
./contrib/setup-cvc5.sh
fi
# pass bison/flex directories from smt-switch perspective
python3 -m pip list
./configure.sh --btor --cvc5 $CONF_OPTS --prefix=local --static --smtlib-reader --bison-dir=../bison/bison-install --flex-dir=../flex/flex-install
cd build
make -j$(nproc)
Expand Down

0 comments on commit 30707ae

Please sign in to comment.