-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Apothecary alternative - proof of concept #8237
Comments
I've just changed the name to ofLibs |
Almost all macOS libraries built and tested (except svgtiny / curl-openssl and cairo) |
I saw of feel if ofLibs is to be an alternative to apothecary or replacement, leaning on stuff like vcpkg might make it much more maintainable. I generally think we should be using less libraries in the core and be building less libraries ourselves :-) |
I've finished macOS libs with exception of svgtiny. it is using a stripped down fork only meant to work with macos right now.
|
https://github.com/dimitre/ofLibs
some ideas being tested here:
individual folders for each library / target / architecture
each library change will spawn runners to create only the specific library, and add to a specific release.
so small incremental changes in one formula doesn't affect others. they will be quick to compile.
this is already working, without using any github actions for releaes, only gh command.
The text was updated successfully, but these errors were encountered: