Add garlic group with all apps
This commit is contained in:
parent
f07d87e97e
commit
ab0aa74590
@ -156,6 +156,12 @@ let
|
||||
fwi = callPackage ./bsc/apps/fwi/default.nix {
|
||||
};
|
||||
|
||||
garlic = pkgs.buildEnv {
|
||||
name = "garlic";
|
||||
paths = [ nbody gauss-seidel saiph creams lulesh hpcg hpccg fwi ];
|
||||
};
|
||||
|
||||
|
||||
# Patched nix for deep cluster
|
||||
inherit (callPackage ./bsc/nix/default.nix {
|
||||
storeDir = "/nix/store";
|
||||
|
Loading…
Reference in New Issue
Block a user