2022-11-17T03:49:31 suitesparse 5.13.0 -> 6.0.1 https://github.com/DrTimothyAldenDavis/SuiteSparse/releases 2022-11-17T03:49:34 attrpath: suitesparse 2022-11-17T03:49:34 Checking auto update branch... 2022-11-17T03:49:34 No auto update branch exists 2022-11-17T03:49:37 [version] 2022-11-17T03:49:53 [version] updated version and sha256 2022-11-17T03:49:53 [rustCrateVersion] 2022-11-17T03:49:53 [rustCrateVersion] No cargoSha256 found 2022-11-17T03:49:53 [golangModuleVersion] 2022-11-17T03:49:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-17T03:49:53 [updateScript] 2022-11-17T03:49:53 [updateScript] skipping because derivation has no updateScript 2022-11-17T03:49:53 2022-11-17T03:49:53 [quotedUrls] 2022-11-17T03:49:53 [quotedUrls] nothing found to replace 2022-11-17T03:49:53 Diff after rewrites: diff --git a/pkgs/development/libraries/science/math/suitesparse/default.nix b/pkgs/development/libraries/science/math/suitesparse/default.nix index 51b55592d42..4205d776eb9 100644 --- a/pkgs/development/libraries/science/math/suitesparse/default.nix +++ b/pkgs/development/libraries/science/math/suitesparse/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { pname = "suitesparse"; - version = "5.13.0"; + version = "6.0.1"; outputs = [ "out" "dev" "doc" ]; @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { owner = "DrTimothyAldenDavis"; repo = "SuiteSparse"; rev = "v${version}"; - sha256 = "sha256-Anen1YtXsSPhk8DpA4JtADIz9m8oXFl9umlkb4iImf8="; + sha256 = "sha256-v+ymKQXlbh2XQPbiUxIgwKoB1L7Z5RQ1/HUxbH6O4D4="; }; nativeBuildInputs = [ @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { "CUBLAS_LIB=${cudatoolkit}/lib/libcublas.so" ] ++ lib.optionals stdenv.isDarwin [ # Unless these are set, the build will attempt to use `Accelerate` on darwin, see: - # https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/v5.13.0/SuiteSparse_config/SuiteSparse_config.mk#L368 + # https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/v6.0.1/SuiteSparse_config/SuiteSparse_config.mk#L368 "BLAS=-lblas" "LAPACK=-llapack" ] 2022-11-17T03:51:25 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A suitesparse nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/83g02zihdhhs796z9iq2mzz19z8hv5zq-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash INSTALL=/nix/store/xdqwmfsnnrvdphnhyabn7mjz22765d36-suitesparse-6.0.1 INSTALL_INCLUDE=/nix/store/pqrlz6glffz9crkgi9ndf0pkxn8l0jlh-suitesparse-6.0.1-dev/include JOBS=\$\(NIX_BUILD_CORES\) MY_METIS_LIB=-lmetis library ( cd SuiteSparse_config && make ) make[1]: Entering directory '/build/source/SuiteSparse_config' ( cd build && cmake .. && make --jobs=16 ) /nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash: line 1: cmake: command not found make[1]: *** [Makefile:40: library] Error 127 make[1]: Leaving directory '/build/source/SuiteSparse_config' make: *** [Makefile:25: library] Error 2