Add garlic group with all apps

This commit is contained in:
Rodrigo Arias Mallo 2020-07-20 17:31:07 +02:00
parent f07d87e97e
commit ab0aa74590

View File

@ -156,6 +156,12 @@ let
fwi = callPackage ./bsc/apps/fwi/default.nix { 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 # Patched nix for deep cluster
inherit (callPackage ./bsc/nix/default.nix { inherit (callPackage ./bsc/nix/default.nix {
storeDir = "/nix/store"; storeDir = "/nix/store";