Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom ipasir SAT implementation: "libcprover-cpp cannot be linked as dependency" error #8249

Open
Geremia opened this issue Mar 20, 2024 · 1 comment

Comments

@Geremia
Copy link

Geremia commented Mar 20, 2024

CBMC version: 5.95.1
Operating system: Linux kernel 6.6.21

I have these flags in my cmake command:

    -Dsat_impl=ipasir-custom \
    -DIPASIR=/tmp/SBo/cryptominisat-5.11.21/src \
    -DIPASIR_LIB=/usr/lib$LIBDIRSUFFIX/libcryptominisat5.a \

But when making, I get:

-- Building CBMC version 5.95.1
-- Rule launch compile: /usr/bin/ccache
-- Building with IPASIR solver linking: custom solver provided
CMake Error at src/libcprover-cpp/CMakeLists.txt:70 (message):
  libcprover-cpp cannot be linked as dependency dep_path-NOTFOUND does not
  have a static correspondent file (dep_path-NOTFOUND)
@Geremia
Copy link
Author

Geremia commented Mar 22, 2024

I seem to be able to compile it with the custom SAT backend properly with make, but I'd like to use cmake for packaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant