petsc 3.19.2 -> 3.19.5 https://repology.org/project/petsc/versions attrpath: petsc 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/science/math/petsc/default.nix b/pkgs/development/libraries/science/math/petsc/default.nix index 6589fc0b9b64..c90bf2638baa 100644 --- a/pkgs/development/libraries/science/math/petsc/default.nix +++ b/pkgs/development/libraries/science/math/petsc/default.nix @@ -18,11 +18,11 @@ assert petsc-withp4est -> p4est.mpiSupport; stdenv.mkDerivation rec { pname = "petsc"; - version = "3.19.2"; + version = "3.19.5"; src = fetchurl { url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz"; - sha256 = "sha256-EU82P3ebsWg5slwOcPiwrg2UfVDnL3xs3csRsAEHmxY="; + sha256 = "sha256-URqnjK022y39KYrPNen3r9LswfCJ2lsLVoJQejGl1rI="; }; mpiSupport = !withp4est || p4est.mpiSupport; 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 petsc nix build failed. make[3]: Leaving directory '/build/petsc-3.19.5' make[2]: Leaving directory '/build/petsc-3.19.5' ========================================= Now to install the libraries do: make PETSC_DIR=/build/petsc-3.19.5 PETSC_ARCH=arch-linux-c-debug install ========================================= buildPhase completed in 1 minutes 25 seconds @nix { "action": "setPhase", "phase": "checkPhase" } running tests check flags: -j16 SHELL=/nix/store/vqvj60h076bhqj6977caz0pfxs6543nb-bash-5.2-p15/bin/bash VERBOSE=y check Running check examples to verify correct installation Using PETSC_DIR=/build/petsc-3.19.5 and PETSC_ARCH=arch-linux-c-debug Possible error running C/C++ src/snes/tutorials/ex19 with 1 MPI process See https://petsc.org/release/faq/ hwloc/linux: failed to find sysfs cpu topology directory, aborting linux discovery. lid velocity = 0.0016, prandtl # = 1., grashof # = 1. Number of SNES iterations = 2 Possible error running C/C++ src/snes/tutorials/ex19 with 2 MPI processes See https://petsc.org/release/faq/ hwloc/linux: failed to find sysfs cpu topology directory, aborting linux discovery. lid velocity = 0.0016, prandtl # = 1., grashof # = 1. Number of SNES iterations = 2 Possible error running Fortran example src/snes/tutorials/ex5f with 1 MPI process See https://petsc.org/release/faq/ hwloc/linux: failed to find sysfs cpu topology directory, aborting linux discovery. Number of SNES iterations = 3 Completed test examples Error while running make check make[1]: *** [makefile:123: check] Error 1 make: *** [GNUmakefile:17: check] Error 2