opencl-clhpp 2.0.15 -> 2023.04.17 https://repology.org/project/opencl-clhpp/versions attrpath: opencl-clhpp Checking auto update branch... An auto update branch exists with message `opencl-clhpp: 2.0.15 -> 2.0.16`. New version is 2023.04.17. The auto update branch does not match or exceed the new version. [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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/opencl-clhpp/default.nix b/pkgs/development/libraries/opencl-clhpp/default.nix index 8410aa4aa063..4b838c921bc6 100644 --- a/pkgs/development/libraries/opencl-clhpp/default.nix +++ b/pkgs/development/libraries/opencl-clhpp/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "opencl-clhpp"; - version = "2.0.15"; + version = "2023.04.17"; src = fetchFromGitHub { owner = "KhronosGroup"; repo = "OpenCL-CLHPP"; rev = "v${version}"; - sha256 = "sha256-A12GdevbMaO2QkGAk3VsXzwcDkF+6dEapse2xfdqzPM="; + sha256 = "sha256-TvVo3VrHnareKvR53s/E0bjbIuOFzF0gCradIfrDFEs="; }; nativeBuildInputs = [ cmake python3 ]; 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 opencl-clhpp nix build failed. CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  -- The CXX compiler identification is GNU 12.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/90h6k8ylkgn81k10190v5c9ldyjpzgl9-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:50 (find_package): By not providing "FindOpenCLHeaders.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCLHeaders", but CMake did not find one. Could not find a package configuration file provided by "OpenCLHeaders" with any of the following names: OpenCLHeadersConfig.cmake openclheaders-config.cmake Add the installation prefix of "OpenCLHeaders" to CMAKE_PREFIX_PATH or set "OpenCLHeaders_DIR" to a directory containing one of the above files. If "OpenCLHeaders" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!