You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
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:
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.
The text was updated successfully, but these errors were encountered: