bitwuzla: build with SymFPU

This commit is contained in:
Mrmaxmeier
2022-10-04 18:14:26 +00:00
parent b7a47253e0
commit 69e6f91ed1
@@ -5,6 +5,7 @@
, cmake
, lingeling
, btor2tools
, symfpu
, gtest
, gmp
, cadical
@@ -35,12 +36,14 @@ stdenv.mkDerivation rec {
picosat
minisat
btor2tools
symfpu
gmp
zlib
] ++ lib.optional withLingeling lingeling;
cmakeFlags = [
"-DBUILD_SHARED_LIBS=ON"
"-DUSE_SYMFPU=ON"
"-DPicoSAT_INCLUDE_DIR=${lib.getDev picosat}/include/picosat"
"-DBtor2Tools_INCLUDE_DIR=${lib.getDev btor2tools}/include/btor2parser"
"-DBtor2Tools_LIBRARIES=${lib.getLib btor2tools}/lib/libbtor2parser${stdenv.hostPlatform.extensions.sharedLibrary}"