lol

suitesparse: 5.9.0 -> 5.10.1

+3 -3
+3 -3
pkgs/development/libraries/science/math/suitesparse/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "suitesparse"; 15 - version = "5.9.0"; 15 + version = "5.10.1"; 16 16 17 17 outputs = [ "out" "dev" "doc" ]; 18 18 ··· 20 20 owner = "DrTimothyAldenDavis"; 21 21 repo = "SuiteSparse"; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-tvwpSVgZrfYZHXHN8OQF0Y/aJM03JHGPFok7hUqPE/4="; 23 + sha256 = "sha256-ifuoXgVQp2vHR/reC/Hjbt3vqaKpql3Nfxdb/Cgv/aU="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 53 53 "CUBLAS_LIB=${cudatoolkit}/lib/libcublas.so" 54 54 ] ++ lib.optionals stdenv.isDarwin [ 55 55 # Unless these are set, the build will attempt to use `Accelerate` on darwin, see: 56 - # https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/v5.9.0/SuiteSparse_config/SuiteSparse_config.mk#L368 56 + # https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/v5.10.1/SuiteSparse_config/SuiteSparse_config.mk#L368 57 57 "BLAS=-lblas" 58 58 "LAPACK=-llapack" 59 59 ]