Codebase list cvc4 / 78cc207
Fix FTBFS due to cryptominisat API changes by disabling cryptominisat Scott Talbert 1 year, 6 months ago
3 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 cvc4 (1.8-3) UNRELEASED; urgency=medium
11
22 * Fix FTBFS with bash 5.2 (Closes: #1020010)
3 * Fix FTBFS due to cryptominisat API changes by disabling cryptominisat
34
45 -- Scott Talbert <swt@techie.net> Mon, 17 Oct 2022 10:19:29 -0400
56
77 antlr3, libantlr3c-dev,
88 libboost-thread-dev,
99 libreadline-dev,
10 libcryptominisat5-dev,
1110 pkg-config,
1211 cxxtest,
1312 python3, python3-toml,
2424 -DENABLE_UNIT_TESTING=ON -DENABLE_BEST=ON \
2525 -DUSE_READLINE=ON -DUSE_PYTHON3=ON \
2626 -DUSE_ABC=OFF -DUSE_CADICAL=OFF -DUSE_CLN=ON \
27 -DUSE_CRYPTOMINISAT=ON -DUSE_KISSAT=OFF \
27 -DUSE_CRYPTOMINISAT=OFF -DUSE_KISSAT=OFF \
2828 -DUSE_GLPK=OFF \
2929 -DCMAKE_BUILD_TYPE=Production
3030