2022-12-23T00:49:01 sundials 6.4.1 -> 6.5.0 https://github.com/LLNL/sundials/releases 2022-12-23T00:49:03 attrpath: sundials 2022-12-23T00:49:03 Checking auto update branch... 2022-12-23T00:49:03 No auto update branch exists 2022-12-23T00:49:07 [version] 2022-12-23T00:49:18 [version] updated version and sha256 2022-12-23T00:49:18 [rustCrateVersion] 2022-12-23T00:49:18 [rustCrateVersion] No cargoSha256 found 2022-12-23T00:49:18 [golangModuleVersion] 2022-12-23T00:49:18 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T00:49:18 [updateScript] 2022-12-23T00:49:18 [updateScript] skipping because derivation has no updateScript 2022-12-23T00:49:18 2022-12-23T00:49:18 [quotedUrls] 2022-12-23T00:49:18 [quotedUrls] nothing found to replace 2022-12-23T00:49:18 Diff after rewrites: diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix index 367b7d999ee..7868214e6cd 100644 --- a/pkgs/development/libraries/sundials/default.nix +++ b/pkgs/development/libraries/sundials/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "sundials"; - version = "6.4.1"; + version = "6.5.0"; outputs = [ "out" "examples" ]; src = fetchurl { url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz"; - hash = "sha256-e/EKjSkgWRrz+6LbklSOka1g63JBqyM1CpsbxR4F6NA="; + hash = "sha256-TguZjf8pKiYX4Xlgm1ObUR64CDb1+qz4AOaIqIYohQI="; }; nativeBuildInputs = [ 2022-12-23T00:51:01 Successfully finished processing 2022-12-23T00:51:01 cachix "/nix/store/iq9g87g1g29q6sika4pmi792abhi3k7v-sundials-6.5.0" 2022-12-23T00:51:06 [check][nixpkgs-review] 2022-12-23T01:19:58 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
12 packages failed to build:
64 packages built:
2022-12-23T01:20:01 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/LLNL/sundials/releases. meta.description for sundials is: "Suite of nonlinear differential/algebraic equation solvers" meta.homepage for sundials is: "https://computing.llnl.gov/projects/sundials" meta.changelog for sundials is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/LLNL/sundials/releases/tag/v6.5.0) - [Compare changes on GitHub](https://github.com/LLNL/sundials/compare/v6.4.1...v6.5.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 6.5.0 with grep in /nix/store/iq9g87g1g29q6sika4pmi792abhi3k7v-sundials-6.5.0 - found 6.5.0 in filename of file in /nix/store/iq9g87g1g29q6sika4pmi792abhi3k7v-sundials-6.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 80 total rebuild path(s) 80 package rebuild(s) First fifty rebuilds by attrpath gama librsb minc_widgets octave octaveFull octavePackages.arduino octavePackages.audio octavePackages.bim octavePackages.bsltl octavePackages.cgi octavePackages.communications octavePackages.control octavePackages.data-smoothing octavePackages.database octavePackages.dataframe octavePackages.dicom octavePackages.divand octavePackages.doctest octavePackages.econometrics octavePackages.fem-fenics octavePackages.financial octavePackages.fits octavePackages.fpl octavePackages.fuzzy-logic-toolkit octavePackages.ga octavePackages.general octavePackages.generate_html octavePackages.geometry octavePackages.gsl octavePackages.image octavePackages.image-acquisition octavePackages.instrument-control octavePackages.interval octavePackages.io octavePackages.level-set octavePackages.linear-algebra octavePackages.lssa octavePackages.ltfat octavePackages.mapping octavePackages.matgeom octavePackages.miscellaneous octavePackages.msh octavePackages.mvn octavePackages.nan octavePackages.ncarray octavePackages.netcdf octavePackages.nurbs octavePackages.ocl octavePackages.octclip octavePackages.octproj ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/iq9g87g1g29q6sika4pmi792abhi3k7v-sundials-6.5.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 sundials https://github.com/r-ryantm/nixpkgs/archive/71a448e4695b205e31a9eb0bc5af2e90ab8b119e.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/iq9g87g1g29q6sika4pmi792abhi3k7v-sundials-6.5.0 ls -la /nix/store/iq9g87g1g29q6sika4pmi792abhi3k7v-sundials-6.5.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)
4 packages marked as broken and skipped:
12 packages failed to build:
64 packages built:
--- ###### Maintainer pings cc @idontgetoutmuch 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-23T01:20:03 https://api.github.com/repos/NixOS/nixpkgs/pulls/207351