-
Notifications
You must be signed in to change notification settings - Fork 15
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
Arcane on MacOS #870
Comments
Thanks. I will look at that. |
Can you give me the version of your system and the list of packages you have installed ? |
@grospelliergilles I am in macOS Ventura Version 13.5.1. With Apple M2 Chip. The Packages that I had to install for now for Arcane before came using brew:
You might need to set
|
Thanks. I will use an image for MacOS ventura then. This will be an image for |
A quick update. I was able to recompile the latest Arcane, however some patches were still required:
so thank you for all the work that you have put in. The compilation is way simpler than the first time I attempted it. Now I am in need of compiling Arcane with C++ 20 support
I checked that I have c++ 20 support with clang 15
Any help ? |
|
Dear Arcane Framework Community,
I recently sought assistance from the helpful @grospelliergilles to successfully install Arcane on a macOS (Arm) machine. While we managed to get it working, in the process we had to disable (temporarily) several components, namely
to make it compatible with my setup.
The purpose of this GitHub issue is to initiate a discussion on incorporating these changes into Arcane in a more generalized manner.
The review of the attached patch is certainly necessary from one of you experts. Eventually share your insights, and collaborate on refining it for broader macOS compatibility is the aim here.
I've attached a patch file that enables Arcane to compile on my specific macOS (Arm) configuration. However, I'd like to emphasize that this patch is currently tailored to my personal machine and is not yet generic for all macOS devices.
arcane_macos.patch
The testing repository is for now is the following arcane fork
Also attached is log file for the tests (89% tests passed, 57 tests failed out of 522).
failed_test.log
The text was updated successfully, but these errors were encountered: