2022-12-26T15:27:34 oneDNN 2.7.1 -> 3.0 https://github.com/oneapi-src/oneDNN/releases 2022-12-26T15:27:37 attrpath: oneDNN 2022-12-26T15:27:37 Checking auto update branch... 2022-12-26T15:27:37 An auto update branch exists with message `oneDNN: 2.7.1 -> 2.7.2`. New version is 3.0. 2022-12-26T15:27:37 The auto update branch does not match or exceed the new version. 2022-12-26T15:27:40 [version] 2022-12-26T15:27:44 [version] updated version and sha256 2022-12-26T15:27:44 [rustCrateVersion] 2022-12-26T15:27:44 [rustCrateVersion] No cargoSha256 found 2022-12-26T15:27:44 [golangModuleVersion] 2022-12-26T15:27:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-26T15:27:44 [updateScript] 2022-12-26T15:27:44 [updateScript] skipping because derivation has no updateScript 2022-12-26T15:27:44 2022-12-26T15:27:44 [quotedUrls] 2022-12-26T15:27:44 [quotedUrls] nothing found to replace 2022-12-26T15:27:44 Diff after rewrites: diff --git a/pkgs/development/libraries/oneDNN/default.nix b/pkgs/development/libraries/oneDNN/default.nix index f5e5a2e03d2..a5f15e38740 100644 --- a/pkgs/development/libraries/oneDNN/default.nix +++ b/pkgs/development/libraries/oneDNN/default.nix @@ -5,13 +5,13 @@ # https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn stdenv.mkDerivation rec { pname = "oneDNN"; - version = "2.7.1"; + version = "3.0"; src = fetchFromGitHub { owner = "oneapi-src"; repo = "oneDNN"; rev = "v${version}"; - sha256 = "sha256-HBCuSZkApd/6UkAxz/KDFb/gyX2SI1S2GwgXAXSTU/c="; + sha256 = "sha256-rhuu2C1etU3IHaLSvUiJKMwgnPpcm1g40xjwDprc2LU="; }; outputs = [ "out" "dev" "doc" ]; 2022-12-26T15:29:11 Successfully finished processing 2022-12-26T15:29:11 cachix "/nix/store/49qlzfmm85c0xxql6qmczs5q8riwqy7a-oneDNN-3.0" 2022-12-26T15:29:13 [check][nixpkgs-review] 2022-12-26T15:41:20 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
7 packages failed to build:
1 package built:
2022-12-26T15:41:23 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.0" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/oneapi-src/oneDNN/releases/tag/v3.0) - [Compare changes on GitHub](https://github.com/oneapi-src/oneDNN/compare/v2.7.1...v3.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.0 with grep in /nix/store/49qlzfmm85c0xxql6qmczs5q8riwqy7a-oneDNN-3.0 - found 3.0 in filename of file in /nix/store/49qlzfmm85c0xxql6qmczs5q8riwqy7a-oneDNN-3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 8 total rebuild path(s) 8 package rebuild(s) First fifty rebuilds by attrpath aitrack obs-studio-plugins.obs-backgroundremoval oneDNN onnxruntime python310Packages.invisible-watermark python310Packages.onnxruntime python39Packages.invisible-watermark python39Packages.onnxruntime ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/49qlzfmm85c0xxql6qmczs5q8riwqy7a-oneDNN-3.0 \ --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/d34af936278159347736734f235c2757e9f05a99.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/49qlzfmm85c0xxql6qmczs5q8riwqy7a-oneDNN-3.0 ls -la /nix/store/49qlzfmm85c0xxql6qmczs5q8riwqy7a-oneDNN-3.0/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
7 packages failed to build:
1 package built:
--- ###### Maintainer pings cc @alexarice @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). 2022-12-26T15:41:26 Updated existing PR 2022-12-26T15:41:26 https://api.github.com/repos/NixOS/nixpkgs/pulls/201938