suitesparse_5_3 5.13.0 -> 7.1.0 https://github.com/DrTimothyAldenDavis/SuiteSparse/releases attrpath: suitesparse_5_3 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 [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/suitesparse/default.nix b/pkgs/development/libraries/science/math/suitesparse/default.nix index 67dfef186e7d..741aa2a739f4 100644 --- a/pkgs/development/libraries/science/math/suitesparse/default.nix +++ b/pkgs/development/libraries/science/math/suitesparse/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { pname = "suitesparse"; - version = "5.13.0"; + version = "7.1.0"; outputs = [ "out" "dev" "doc" ]; @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { owner = "DrTimothyAldenDavis"; repo = "SuiteSparse"; rev = "v${version}"; - sha256 = "sha256-Anen1YtXsSPhk8DpA4JtADIz9m8oXFl9umlkb4iImf8="; + sha256 = "sha256-UizybioU1J01PLBpu+PfnSzWScGTvMuJN5j9PjuZRwE="; }; nativeBuildInputs = [ @@ -54,7 +54,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/v7.1.0/SuiteSparse_config/SuiteSparse_config.mk#L368 "BLAS=-lblas" "LAPACK=-llapack" ] 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 suitesparse_5_3 nix build failed. got build log for 'suitesparse_5_3' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/l24pfmfkfww6az54388zq1ka12hlmw17-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/9b4skch97sv02rwmczbxp1pwg382hv84-bash-5.2-p15/bin/bash INSTALL=/nix/store/kcpl9bmbdh49vy9sbnkqg8kpk156xp45-suitesparse-7.1.0 INSTALL_INCLUDE=/nix/store/0486yzwhidxdwmgj1v14iq2079cgcmmv-suitesparse-7.1.0-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 .. && cmake --build . --config Release -j16 ) /nix/store/9b4skch97sv02rwmczbxp1pwg382hv84-bash-5.2-p15/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