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

Build x86-64 macOS solvers on macos-13 #52

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Build x86-64 macOS solvers on macos-13 #52

merged 4 commits into from
Nov 8, 2024

Conversation

RyanGlScott
Copy link
Contributor

Fixes #51.

`gcc-14` or later will complain about missing header files that aren't
explicitly `#include`d. (See bitwuzla/bitwuzla#118.)
This was fixed upstream in
bitwuzla/bitwuzla@31330f2,
so this backports the fix to the version of `bitwuzla` that `what4-solvers`
currently builds.
For whatever reason, the version of `clang++` included in `macos-14` is pickier
about needing explicit `#include <cstddef>` statements than `macos-13` is (or
any other operating system is, for that matter). This adds a `.patch` file to
add these missing `#include` statements.
@RyanGlScott RyanGlScott force-pushed the T51-macos-13 branch 2 times, most recently from 76c7bca to 531431b Compare November 8, 2024 19:19
@RyanGlScott RyanGlScott merged commit 982ebbb into main Nov 8, 2024
46 checks passed
@RyanGlScott RyanGlScott deleted the T51-macos-13 branch November 8, 2024 20:28
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

Successfully merging this pull request may close these issues.

Migrate x86-64 macOS builds from macos-12 to macos-13
1 participant