You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Just checking in on this again... I've never written a vcpkg port file, but I'm very happy to pitch in any way I can here. Looks like someone has an issue with the old port right now, anyway. See #13823
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
The text was updated successfully, but these errors were encountered: