Tap maintenance and Homebrew development #6380
Replies: 3 comments
-
Pull requests are welcome at https://github.com/Homebrew/homebrew-core/. Setting However, setting If you need a build that sets |
Beta Was this translation helpful? Give feedback.
-
ok I will try to make my formula work first |
Beta Was this translation helpful? Give feedback.
-
I succeed to run the original formula a bit challenging because Cmake selected "the brew Eigen" although the formula indicates a patch. To make it work I uninstalled the brew Eigen For now my second problem is on the protobuf, I get this error with protobuf:
I will continue tomorrow |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
The recipe of onnxruntime has two issues:
Concerning the first point user already try (like me) to build from the source - Homebrew/homebrew-core#226154. I failed with home-brew but I succeed if I build from scratch (a bit painful)
Concerning the second point (Homebrew/homebrew-core#215955) and an option is needed for cmake:
-DONNX_DISABLE_STATIC_REGISTRATION=ON (conan-io/conan-center-index#17380)
It will be very nice for the community if you could modify the formula. Currently we have only the CPU backend, we are loosing the full potential of Apple silicon. For a fix, I propose:
Beta Was this translation helpful? Give feedback.
All reactions