oneDNN 3.3.1 -> 3.4 https://github.com/oneapi-src/oneDNN/releases attrpath: oneDNN Checking auto update branch... An auto update branch exists with message `oneDNN: 3.3.1 -> 3.3.5`. New version is 3.4. 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 Diff after rewrites: diff --git a/pkgs/development/libraries/oneDNN/default.nix b/pkgs/development/libraries/oneDNN/default.nix index 2518cecb9b6c..44ff2ee1f88a 100644 --- a/pkgs/development/libraries/oneDNN/default.nix +++ b/pkgs/development/libraries/oneDNN/default.nix @@ -9,13 +9,13 @@ # https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn stdenv.mkDerivation (finalAttrs: { pname = "oneDNN"; - version = "3.3.1"; + version = "3.4"; src = fetchFromGitHub { owner = "oneapi-src"; repo = "oneDNN"; rev = "v${finalAttrs.version}"; - hash = "sha256-br2ssI4MRk9O6u+5voBmxBZtmTFPKoJJe3ZEN2blq7Y="; + hash = "sha256-uV/Skp//tGy/hZBeN2NCbectlSoaz+H0ukYQd2j1lC4="; }; outputs = [ "out" "dev" "doc" ]; Successfully finished processing cachix "/nix/store/bi4qlpxysnbb97pphk9b5hpfys9d38b9-oneDNN-3.4" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 packages marked as broken and skipped:
4 packages failed to build:
33 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/oneapi-src/oneDNN/releases. meta.description for oneDNN is: oneAPI Deep Neural Network Library (oneDNN) meta.homepage for oneDNN is: https://01.org/oneDNN meta.changelog for oneDNN is: https://github.com/oneapi-src/oneDNN/releases/tag/v3.4 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/oneapi-src/oneDNN/releases/tag/v3.4) - [Compare changes on GitHub](https://github.com/oneapi-src/oneDNN/compare/v3.3.1...v3.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.4 with grep in /nix/store/bi4qlpxysnbb97pphk9b5hpfys9d38b9-oneDNN-3.4 - found 3.4 in filename of file in /nix/store/bi4qlpxysnbb97pphk9b5hpfys9d38b9-oneDNN-3.4 ---
Rebuild report (if merged into master) (click to expand) ``` 22 total rebuild path(s) 22 package rebuild(s) First fifty rebuilds by attrpath deface libretranslate oneDNN piper-train python311Packages.argos-translate-files python311Packages.argostranslate python311Packages.chromadb python311Packages.fastembed python311Packages.faster-whisper python311Packages.insightface python311Packages.libretranslate python311Packages.llama-index python311Packages.llama-index-cli python311Packages.llama-index-vector-stores-chroma python311Packages.mmcv python311Packages.onnxruntime python311Packages.tf2onnx python311Packages.translatehtml python312Packages.chromadb python312Packages.fastembed python312Packages.onnxruntime whisper-ctranslate2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bi4qlpxysnbb97pphk9b5hpfys9d38b9-oneDNN-3.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A oneDNN https://github.com/r-ryantm/nixpkgs/archive/8debf2f9a63d54ae4f28994290437ba54c681c7b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8debf2f9a63d54ae4f28994290437ba54c681c7b#oneDNN ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bi4qlpxysnbb97pphk9b5hpfys9d38b9-oneDNN-3.4 ls -la /nix/store/bi4qlpxysnbb97pphk9b5hpfys9d38b9-oneDNN-3.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 packages marked as broken and skipped:
4 packages failed to build:
33 packages built:
--- ###### Maintainer pings cc @bhipple for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/274958