Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Yices2 MacOS Support#400

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
xeren wants to merge2 commits intososy-lab:master
base:master
Choose a base branch
Loading
fromxeren:yices2_mac_support

Conversation

@xeren
Copy link

This PR extends the compile script for the Yices2j JNI-wrapper to support a Darwin-based system. The wrapper is statically linked with its dependencies to produce the single filelibyices2j.dylib.

I tested it on an Apple M2 with Sonoma 14.6.1. The targets werearm64, as well asx86_64 (Rosetta 2, witharch x86_64 ./compile.sh). I compiled withclang. For this test, I built Yices 2.6.4 with./configure --enable-thread-safety. Dependencies were installed usingbrew:gmp 6.3.0,gperf 3.1,openjdk@21 21.0.4. The build may deviate from what you use on Linux.

The modifications oncompile.sh should not interfere with the Linux build, but this must be tested. I also modified the wrapper code to fix usages from potentially uninitialized variables.

This may conflict with#215.

@StefanoDalMas
Copy link

I would like to use it aswell -- are there any plans to move this forward, or is there any fundamental blocker?

@kfriedberger
Copy link
Member

kfriedberger commentedMar 8, 2025
edited
Loading

We appreciate your patience and understand the requirement. At the moment, our team lacks deep expertise with macOS and also the corresponding hardware. Getting started on this will likely require additional time and effort. Supporting macOS presents some unique challenges with native libraries, including:

  • Testing Constraints: We don’t currently have the setup to test on macOS. While some CI tools support it, we lack the initial configuration and developer machines to make it happen.
  • Publishing Hurdles: Signing and publishing native libraries for macOS is complex, requiring an Apple Developer account and macOS-specific tools (only available on macOS). Cross-compilation is also something we’re unsure about here.

We’d love to improve macOS support down the line, but with our current resources, it’s not something we can address quickly. If you have any specific suggestions or details that could help us move this along, please let us know - we’d be happy to collaborate. We’ll keep this issue open to track progress and interest.

Related issues:

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@lembergerthlembergerthAwaiting requested review from lembergerth

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@xeren@StefanoDalMas@kfriedberger

[8]ページ先頭

©2009-2025 Movatter.jp