-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] How to replace z3-turnkey with z3 installed via a package manager? #849
Comments
afaik, we've never supported integration with existing z3 installations. Instead, it was previously required to build z3 from source as part of the build for this project. We might target this, but tbh I don't know off hand what the best strategy is here. Could you please include your systems specs, @lemmy? |
Fundamentally, I don't care where z3 is coming from. root@sv-c2-large-arm-01:~/# uname -a
Linux sv-c2-large-arm-01 5.4.0-40-generic #44-Ubuntu SMP Mon Jun 22 23:59:48 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
root@sv-c2-large-arm-01:~# free -m
total used free shared buff/cache available
Mem: 128290 69394 29313 9 29583 57738
Swap: 4578 0 4578
root@sv-c2-large-arm-01:~/# cat /proc/cpuinfo | tail -20
CPU revision : 2
processor : 30
BogoMIPS : 90.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x50
CPU architecture: 8
CPU variant : 0x3
CPU part : 0x000
CPU revision : 2
processor : 31
BogoMIPS : 90.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x50
CPU architecture: 8
CPU variant : 0x3
CPU part : 0x000
CPU revision : 2 From https://metal.equinix.com/developers/docs/servers/server-specs/#arm-servers |
We have to care, as the z3 team is breaking their APIs from time to time. |
I am not sure what to do about it. It does not look like a high priority issue. Do you need it for an installation in an AWS instance? |
The z3 loader doesn't know about |
I've requested support for |
We've also just discussed internally about the possibility of adding an option to our build configuration that would allow using the system Z3 instead of z3-turnkey. I'll plan to investigate. |
#1718 introduced support for Given our heavy reliance on Z3, targeting an arbitrary-version, system-level Z3 is difficult and currently not planned. |
Note that "aarch64" = "arm64".
The text was updated successfully, but these errors were encountered: