Set MAKEFLAGS="-j2" to limit make to 2 parallel jobs during ARM64 build.
This prevents GCC segmentation faults that occur under QEMU emulation
when too many parallel compilation jobs are running.
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
- Combine QEMU setup steps with better error handling
- Set HOME=/tmp to avoid permission issues
- Use /tmp for venv to avoid workspace conflicts
- Fix path references in test commands to be relative
- Add set -e for fail-fast behavior
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This change replaces cross-compilation with native ARM64 builds using
QEMU emulation. The manylinux2014_aarch64 container provides glibc 2.17
baseline, matching the x86_64 wheels and resolving the glibc ≥ 2.34
requirement issue on ARM64 platforms.
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
The underlying `mpf_manager::sgn` function returns a `bool`, and functions
such as `Z3_mk_fpa_numeral_int_uint` take the sign as a `bool`.
Signed-off-by: Josh Berdine <josh@berdine.net>
The addition of -fomit-frame-pointer was missing a space (which broke
the command line), but also this option should be added only if -pg is
*not* given, as they are incompatible. So, just remove this line to fix
the --gprof flag in configure.
Also, this option is implied by any level of `-O`, so there is no need
to pass it explicitly in most cases. It could be added to debug,
non-profile builds, but I'm not sure that's useful.
* Enabling Control Flow Guard by default for MSVC on Windows, with options to disable it.
* Fix configuration error for non-MSVC compilers.
* Reviewed and updated configuration for Python build and added comment for CFG.
* Initial plan
* Enable ARM64 support in .NET NuGet package by adding Linux ARM64 and macOS ARM64 to os_info mapping
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Initial plan
* Create VERSION.txt and update CMakeLists.txt to read version from file
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Complete centralized version management system
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Fix version update script and finalize implementation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Create centralized version management with VERSION.txt
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
Suppose a user propagator encodes axioms using quantifiers and uses E-matching for instantiation. If it wants to implement a custom priority scheme or drop some instances based on internal checks it can register a callback with quantifier instantiation