nixpkgs/pkgs/by-name/ll/llama-cpp
Kai Harries ded8563fb3 llama-cpp: assert that only one of the *Support arguments is true
When experimenting with llama-cpp I experienced a mysterious build
error that in the end I tracked down to me setting openclSupport and
openblasSupport to true.  To prevent others from this mistake add an
assert that complains if more than one of the arguments openclSupport,
openblasSupport and rocmSupport is set to true.
2023-12-22 09:00:32 +01:00
..
package.nix llama-cpp: assert that only one of the *Support arguments is true 2023-12-22 09:00:32 +01:00