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

Commits on Nov 8, 2024

  1. Build x86-64 macOS solvers on macos-13

    Fixes #51.
    RyanGlScott committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6b73201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2569411 View commit details
    Browse the repository at this point in the history
  3. Backport a fix for bitwuzla/bitwuzla#118

    `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.
    RyanGlScott committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0d349c9 View commit details
    Browse the repository at this point in the history
  4. CVC4: Patch missing #include statements needed by macos-14

    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 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    531431b View commit details
    Browse the repository at this point in the history