-
Notifications
You must be signed in to change notification settings - Fork 541
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
Support for x86_64 and arm64 builds / universal binary for macOS #1299
Comments
@adamski Did you ever get universal builds working on M1...? If I build under Rosetta, I can get an In my case, compiling for
|
OK... I am able to build universal with @adamski's script modifications and:
However, I then run into the same issue with
Don't think these issues really matter though since:
|
You should install essentia via homebrew: check out this issue. Then, you should point your pythonpath to the installation folder, (in my case |
I'm trying to modify the
wscript
file to support modern architectures. Here are my changes:However if I run this configure command:
I get the following warning / failed build:
lipo
reports:I'm not sure a) how to get it to build just x86_64 (I'm on an Apple Silicon machine) or b) how to solve the
ranlib
command failureThe text was updated successfully, but these errors were encountered: