]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
flake : remove intel mkl from flake.nix due to missing files (#2277)
authorwzy <redacted>
Fri, 21 Jul 2023 10:26:34 +0000 (18:26 +0800)
committerGitHub <redacted>
Fri, 21 Jul 2023 10:26:34 +0000 (13:26 +0300)
commit78a3d13424b01c3f8ea94ea7e59650ab0501e902
tree41d83c938b298c21fdb7140f5ea8096a09896568
parentae178ab46bfd6ecb2422da5dad441a4e2fef8b7e
flake : remove intel mkl from flake.nix due to missing files (#2277)

NixOS's mkl misses some libraries like mkl-sdl.pc. See #2261
Currently NixOS doesn't have intel C compiler (icx, icpx). See https://discourse.nixos.org/t/packaging-intel-math-kernel-libraries-mkl/975
So remove it from flake.nix

Some minor changes:

- Change pkgs.python310 to pkgs.python3 to keep latest
- Add pkgconfig to devShells.default
- Remove installPhase because we have `cmake --install` from #2256
CMakeLists.txt
README.md
flake.nix