halide 16.0.0 -> 17.0.0 https://github.com/halide/Halide/releases attrpath: halide Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/halide/default.nix b/pkgs/development/compilers/halide/default.nix index 738ecc81a156..40642077dea1 100644 --- a/pkgs/development/compilers/halide/default.nix +++ b/pkgs/development/compilers/halide/default.nix @@ -18,13 +18,13 @@ assert blas.implementation == "openblas" && lapack.implementation == "openblas"; stdenv.mkDerivation rec { pname = "halide"; - version = "16.0.0"; + version = "17.0.0"; src = fetchFromGitHub { owner = "halide"; repo = "Halide"; rev = "v${version}"; - sha256 = "sha256-lJQrXkJgBmGb/QMSxwuPkkHOSgEDowLWzIolp1km2Y8="; + sha256 = "sha256-C93hj6O4QbtmITa9e1+Wm7WB88SmL635vtNvIrk9cK4="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A halide nix build failed. -- Enabling Hexagon backend -- Enabling NVPTX backend -- Enabling PowerPC backend -- Disabling RISCV backend -- Disabling WebAssembly backend -- Enabling X86 backend -- Compiling Halide WITH RTTI. -- Compiling Halide WITH exceptions. -- Found JPEG: /nix/store/n42jy8q586rkcvr80850mm4zd75vzdg6-libjpeg-turbo-2.1.5.1/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/954azsd5c9fzkbywi67dcfx7d9zs6zn8-libpng-apng-1.6.40/lib/libpng.so (found version "1.6.40") -- Fetching flatbuffers 23.5.26... CMake Error at /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/ExternalProject.cmake:2851 (message): error: could not find git for clone of flatbuffers-populate Call Stack (most recent call first): /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/ExternalProject.cmake:4345 (_ep_add_download_command) CMakeLists.txt:29 (ExternalProject_Add) -- Configuring incomplete, errors occurred!  CMake Error at /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:1650 (message): CMake step for flatbuffers failed: 1 Call Stack (most recent call first): /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:1802:EVAL:2 (__FetchContent_directPopulate) /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:1802 (cmake_language) /nix/store/jacf2kn4dfj99c3ywbvfyg6w53xvxsfl-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:2016 (FetchContent_Populate) src/CMakeLists.txt:457 (FetchContent_MakeAvailable)  -- Configuring incomplete, errors occurred!