10 stdenv.mkDerivation rec {
11 pname = "cholmod-extra";
14 src = fetchFromGitHub {
18 sha256 = "0hz1lfp0zaarvl0dv0zgp337hyd8np41kmdpz5rr3fc6yzw7vmkg";
21 nativeBuildInputs = [ gfortran ];
33 "INSTALL_LIB=$(out)/lib"
34 "INSTALL_INCLUDE=$(out)/include"
40 homepage = "https://github.com/jluttine/cholmod-extra";
41 description = "Set of additional routines for SuiteSparse CHOLMOD Module";
42 license = with licenses; [ gpl2Plus ];
43 maintainers = with maintainers; [ jluttine ];
44 platforms = with platforms; unix;