Skip to content
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

Building on arm64 macos #69

Open
dyfer opened this issue Feb 15, 2022 · 2 comments
Open

Building on arm64 macos #69

dyfer opened this issue Feb 15, 2022 · 2 comments

Comments

@dyfer
Copy link

dyfer commented Feb 15, 2022

Hello FluCoMa devs,

I just wanted to share an experience building flucoma-sc on arm64 macOS 12.2 / Xcode 13 (Apple M1 hardware).

TL;DR it works!

There's one issue I encountered: flucoma-core / eigen had an issue building with Xcode 13, so I commented out one line as suggested in flucoma/flucoma-core#69 (comment)

Moreover, I had to explicitly specify the architecture:

cmake -DSC_PATH=/paht/to/supercollider -DCMAKE_OSX_ARCHITECTURES=arm64 ..

I might be wrong, but I don't think the architecture needs to be hardcoded in CMakeLists.txt, I believe it should be picked up automatically.

It seems to work well so far.

Thanks so much for a great library! I hope you find this report useful.

@woutersnoei
Copy link

Hi dyfer, not as a dev but as an interested person; would you be ok to share the binaries you built (with me and/or the rest of the world)? Cheers & thanks!

@dyfer
Copy link
Author

dyfer commented Oct 7, 2022

Here it is.

I see that the nightly build is a universal one (x86_64 and arm64): https://github.com/flucoma/flucoma-sc/releases/tag/nightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants