Loading pkgs/development/rocm-modules/5/miopen/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ , bzip2 , lbzip2 , nlohmann_json , texlive , texliveSmall , doxygen , sphinx , zlib Loading Loading @@ -71,8 +71,7 @@ let ''; }; latex = lib.optionalAttrs buildDocs texlive.combine { inherit (texlive) scheme-small latex = lib.optionalAttrs buildDocs (texliveSmall.withPackages (ps: with ps; [ latexmk tex-gyre fncychap Loading @@ -82,8 +81,8 @@ let needspace tabulary varwidth titlesec; }; titlesec ])); gfx900 = runCommand "miopen-gfx900.kdb" { preferLocalBuild = true; } '' ${lbzip2}/bin/lbzip2 -ckd ${src}/src/kernels/gfx900.kdb.bz2 > $out Loading Loading
pkgs/development/rocm-modules/5/miopen/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ , bzip2 , lbzip2 , nlohmann_json , texlive , texliveSmall , doxygen , sphinx , zlib Loading Loading @@ -71,8 +71,7 @@ let ''; }; latex = lib.optionalAttrs buildDocs texlive.combine { inherit (texlive) scheme-small latex = lib.optionalAttrs buildDocs (texliveSmall.withPackages (ps: with ps; [ latexmk tex-gyre fncychap Loading @@ -82,8 +81,8 @@ let needspace tabulary varwidth titlesec; }; titlesec ])); gfx900 = runCommand "miopen-gfx900.kdb" { preferLocalBuild = true; } '' ${lbzip2}/bin/lbzip2 -ckd ${src}/src/kernels/gfx900.kdb.bz2 > $out Loading