-
Notifications
You must be signed in to change notification settings - Fork 325
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
Build java bindings with native M1 instruction set #3938
Comments
The above link has API build with java bindings but without Moco. I'll post one with Moco soon. |
Build with moco libraries (on osx 15) https://drive.google.com/file/d/12y27vA40tL7WxqpaU5jEY0DvE2wNEG-n/view?usp=sharing |
@mattpetrucci Here's the zip files for api builds on M1 |
Not really, the issue in 3917 happened even using Rosetta and in python. This responds to bj wanting to run api natively in matlab on Apple silicon |
Gotcha. Is this something we should PR into core? |
Sure, the only thing to PR would likely be a script to wire matlab to an
API release the rest is just a build process.
…On Tue, Oct 15, 2024, 9:40 AM Nick Bianco ***@***.***> wrote:
Gotcha. Is this something we should PR into core?
—
Reply to this email directly, view it on GitHub
<#3938 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6JY4ERP5CWVJOHQVCNO4LZ3VAPJAVCNFSM6AAAAABPVS7TVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJUGUYTAMRUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@aymanhab @nickbianco Tried running It looks like the problem is in line 95 of the code. It wants the path to get the |
Thanks Matt, indeed this is expected as the script never used or tested an api install, I'll update and let you know next week. Thanks again |
Since GUI can't compile a full stack native M1 libraries as of 10/24, we will publish/support API builds with native M1 libraries.
The text was updated successfully, but these errors were encountered: