-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Mac arm64 Automated Binaries #1093
Comments
Hi, At the moment, my access to MacOS devices is restricted. I can perform CI builds, and I utilize MacOS when feasible. I anticipate proper MacOS support for version 2.0. Line 12 in 4a02d05
I will start this packaging next month for v1.3 ;) (contributions and feedback are welcome) |
https://www.kitware.com/creating-mac-os-x-packages-with-cmake/ macos packaging is a hell compared to debian or windows. |
Here the plan. stay tuned :) |
libffi was not correctly detected with brew formula (my fault ...) it will report packaging in brew to 1.4 |
brew install nelson.rb fails again with 1.4 - boring - ... |
postponed (sorry), no more access to an physical mac arm64 |
build using micromamba on macos was documented here: https://github.com/nelson-lang/nelson/blob/master/BUILDING_Macos.md |
Is your feature request related to a problem? Please describe.
Currently, Mac users who wish to test Nelson must build it from source. This process is time-consuming and poses a barrier to entry for users not familiar with building software from source, potentially limiting the testing and adoption of Nelson on the Mac platform.
Describe the solution you'd like
Automated builds specifically for Mac arm64 architecture. This would make Nelson more accessible to a wider audience.
Describe alternatives you've considered
N/A
Additional context
I successfully built Nelson in my Mac M1 Pro several months ago, which allowed me to test its features. However, with each new release, repeating this manual build process requires significant time and effort.
The text was updated successfully, but these errors were encountered: