Skip to content

Commit

Permalink
fix(cryptominisat): depend on gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Dec 2, 2024
1 parent 43b1dbb commit e7d08f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions d4-cryptominisat-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ repository = "https://github.com/SoftVarE-Group/d4-oxide.git"
[dependencies]
d4-cadiback-sys = { version = "0.1", path = "../d4-cadiback-sys" }
d4-cadical-sys = { version = "0.1", path = "../d4-cadical-sys" }
d4-gmp-sys = { version = "0.1", path = "../d4-gmp-sys" }

[build-dependencies]
cmake = "0.1"
1 change: 1 addition & 0 deletions d4-cryptominisat-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ fn main() {
"-isystem {}",
env::var("DEP_CADICAL_INCLUDE").unwrap()
))
.cxxflag(format!("-isystem {}", env::var("DEP_GMP_INCLUDE").unwrap()))
.build();

println!("cargo::metadata=INCLUDE={}/include", build.display());
Expand Down

0 comments on commit e7d08f9

Please sign in to comment.