Description
Library name: Halide
New version number: 10.0.0
I am happy to report that the Halide team has finally released a new major version, 10.0.0! It's a big update from the last stable release and comes with an all new CMake package config with important helpers.
Please let me know what I can do to help you update. We now use GNUInstallDirs, so the existing fix-install-path.patch should no longer be necessary; just set CMAKE_INSTALL_DATADIR=share/Halide
. Regarding patches generally, we would much prefer to upstream any changes that make packaging easier, rather than have you maintain separate patches.
References
All of our CMake packaging code is in: https://github.com/halide/Halide/blob/release/10.x/packaging/CMakeLists.txt
The CI scripts we use to package on Unix / Windows are here:
https://github.com/halide/Halide/blob/release/10.x/tools/package-unix.sh
https://github.com/halide/Halide/blob/release/10.x/tools/package-windows.bat
See also #11761