fixup! flake.nix: rewrite
This commit is contained in:
parent
76f348aabb
commit
b28426a952
1 changed files with 1 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
||||||
git,
|
git,
|
||||||
python3,
|
python3,
|
||||||
mpi,
|
mpi,
|
||||||
openblas, # This could be `blas` to enable easy swapping out with `lapack`
|
openblas, # TODO: Use the generic `blas` so users could switch betwen alternative implementations
|
||||||
cudaPackages,
|
cudaPackages,
|
||||||
rocmPackages,
|
rocmPackages,
|
||||||
clblast,
|
clblast,
|
||||||
|
@ -158,13 +158,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
# TODO(SomeoneSerge): It's better to add proper install targets at the CMake level,
|
# TODO(SomeoneSerge): It's better to add proper install targets at the CMake level,
|
||||||
# if they haven't been added yet.
|
# if they haven't been added yet.
|
||||||
#
|
|
||||||
# For example:
|
|
||||||
#
|
|
||||||
# 1. Avoid GLOBs
|
|
||||||
# 2. Add whatever COMPONENTs are missing
|
|
||||||
# 3. Fix whatever issues remain with override-ability.
|
|
||||||
#
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/main $out/bin/llama
|
mv $out/bin/main $out/bin/llama
|
||||||
mv $out/bin/server $out/bin/llama-server
|
mv $out/bin/server $out/bin/llama-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue