forked from emina/rosette
-
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.
Install a custom Z3 build on Apple Silicon Macs (emina#254)
* Revert emina#145 The fix was shipped in Racket v7.7, and our minimum version is now v8.1, so there's no longer a need for this. * Install a custom Z3 build on Apple Silicon Macs The Z3 version we use predates aarch64 Macs, so there's no pre-packaged release available. The x86 version of Z3 works if the user has Rosetta installed, but there's no obvious way to detect that, and it fails in weird/silent ways if Rosetta isn't available. So instead, let's install a custom Z3 4.8.8 aarch64 build in this case. We can remove it whenever we go past Z3 4.8.16, which is when they started releasing an aarch64 Mac binary. In the meantime, this makes installation more obvious for users on Apple Silicon Macs.
- Loading branch information
1 parent
6d41d0e
commit 15647f2
Showing
1 changed file
with
16 additions
and
62 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