suitesparse-graphblas 7.4.4 -> 8.2.0 https://github.com/DrTimothyAldenDavis/GraphBLAS/releases attrpath: suitesparse-graphblas 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/suitesparse-graphblas/default.nix b/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix index 8a00d9ae521e..8492bccea16e 100644 --- a/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix +++ b/pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { pname = "suitesparse-graphblas"; - version = "7.4.4"; + version = "8.2.0"; outputs = [ "out" "dev" ]; @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { owner = "DrTimothyAldenDavis"; repo = "GraphBLAS"; rev = "v${version}"; - sha256 = "sha256-4NLYNapIiEXntXHrsyq63jIbuBJxR77X3VbLFbvtT9A="; + sha256 = "sha256-n7wzzT5mS8Wn7sYw8xProOGufAb9GPSYUiMxQvEVn1Y="; }; nativeBuildInputs = [ 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-graphblas nix build failed.  CMake Error at cmake_modules/GraphBLAS_JIT_configure.cmake:87 (file): file failed to create directory: /homeless-shelter/.SuiteSparse/GrB8.2.0/cu because: No such file or directory Call Stack (most recent call first): CMakeLists.txt:567 (include)  -- ------------------------------------------------------------------------ -- SuiteSparse CMAKE report for: graphblas -- ------------------------------------------------------------------------ -- inside common SuiteSparse root: false -- install in SuiteSparse/lib and SuiteSparse/include: OFF -- build type: Release -- NSTATIC: true (do not build static library) -- use OpenMP: yes -- C compiler: /nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/gcc -- C flags: -Wundef -std=c11 -lm -Wno-pragmas -fexcess-precision=fast -fcx-limited-range -fno-math-errno -fwrapv -O3 -DNDEBUG -fopenmp -- C++ compiler: g++ -- C++ flags: -- C Flags release: -O3 -DNDEBUG -- C++ Flags release: -- Fortran compiler: none -- compile definitions: -- ------------------------------------------------------------------------ -- Configuring incomplete, errors occurred!