The current formula almost installs fine on Apple Silicon, but the -no-msse flag is necessary for WAF, both in build_flags and in python_flags.
I’m not experienced enough with writing Homebrew formulae to know how add a flag conditional on the architecture, but as a workaround in the meantime, Essentia will build just fine on an M1 Mac if you add this flag manually in those two places.
The current formula almost installs fine on Apple Silicon, but the -no-msse flag is necessary for WAF, both in build_flags and in python_flags.
I’m not experienced enough with writing Homebrew formulae to know how add a flag conditional on the architecture, but as a workaround in the meantime, Essentia will build just fine on an M1 Mac if you add this flag manually in those two places.