Commit ea4cf50
authored
🔥 Remove Z3 from build dependencies (#199)
## Description
This PR gets rid of the Z3 build dependency. Due to build isolation, the
virtual environment containing Z3 (that is being linked to the C++
binding library) does no longer exist after the build. Hence, the
package install is essentially broken if the Z3 Python package is picked
up during the build.
This was a workaround for getting the RtD build to work. I managed to
work around the underlying issue by figuring out a way to specify the
`Z3_ROOT` environment variable for the package installation step.
## Checklist:
<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->
- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>1 parent 79c48ac commit ea4cf50
2 files changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments