-
Notifications
You must be signed in to change notification settings - Fork 210
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
Native macOS ARM jogl binaries for M1 support #132
base: main
Are you sure you want to change the base?
Conversation
…ries with x86/ARM universal binaries
d999e36
to
4663979
Compare
I just got a new M1 Macbook, so I'm testing this out. Using the AdoptOpenJDK tap, I get the following exception:
|
Fixed by using https://adoptium.net to get v17 JDK. |
Looks good, let me know when you want to merge this. |
I am trying jMAVSim on ubuntu20.04 with parallels on Macos M1 Max and having similar exception. Is there a way yo make it work ? |
@nihavend This PR only adds the arm64 binaries for the macos os, not linux. |
@ThomasDebrunner I am running ubuntu 20.04 on top of parallels for MacBook M1. I may report an issue for my case if you guide me to the right place |
Closes PX4/PX4-Autopilot#19783. |
Updates JOGL / JOAL to
v2.4.0-rc-20210111
. Replaces the macos binaries with x86/arm64 universal binaries for apple silicon support.Here for visibility and testing. v.2.4.0 is not out yet, will update as soon as it is released.