Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-07 | Match latest upstream changes | Daniel Bermond | |
2025-05-09 | Match latest upstream changes. Add fixes for gcc 15. | Daniel Bermond | |
2025-04-13 | Add fix for cmake 4.0. Override build options instead of patching. | Daniel Bermond | |
2025-03-29 | Match latest upstream changes | Daniel Bermond | |
2025-01-31 | Match latest upstream changes. Refresh patches. | Daniel Bermond | |
2025-01-05 | Update troubleshooting instructions | Daniel Bermond | |
The upstream default build system is Ninja, and it does not obey 'MAKEFLAGS'. It seems there is no environment variable[1] to control the number of building threads with ninja. This means the user will need to manually modify the PKGBUILD to set the number of building threads in the cmake build command in case of compiler error due to memory shortage. [1] https://github.com/ninja-build/ninja/issues/1482 | |||
2025-01-04 | Initial commit | Daniel Bermond | |