forked from sosy-lab/java-smt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The pre-compiled Linux version of Z3 3.12.1 requires glibc in version 2.35, which is not available on older systems like Ubuntu 18.04, Ubuntu 20.04, Debian 10, or Debian 11. As a solution, we provide a self-compiled Linux version depending on the older GLIBC 2.27. This allows JavaSMT with Z3 to be executed on some more systems. With the self-compiled library we can simplify the loading condition for Z3 in our JUnit tests.
- Loading branch information
1 parent
43890d6
commit 8cd6379
Showing
3 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters