Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 69af473241 - Show all commits

View File

@@ -331,16 +331,20 @@ let
};
};
hpcg = {
serial = callPackage ./garlic/exp/hpcg/serial.nix { };
mpi = callPackage ./garlic/exp/hpcg/mpi.nix { };
omp = callPackage ./garlic/exp/hpcg/omp.nix { };
mpi_omp = callPackage ./garlic/exp/hpcg/mpi+omp.nix { };
input = callPackage ./garlic/exp/hpcg/gen.nix {
hpcg = rec {
#serial = callPackage ./garlic/exp/hpcg/serial.nix { };
#mpi = callPackage ./garlic/exp/hpcg/mpi.nix { };
#omp = callPackage ./garlic/exp/hpcg/omp.nix { };
#mpi_omp = callPackage ./garlic/exp/hpcg/mpi+omp.nix { };
#input = callPackage ./garlic/exp/hpcg/gen.nix {
# inherit (bsc.garlic.pp) resultFromTrebuchet;
#};
genInput = callPackage ./garlic/exp/hpcg/gen.nix {
inherit (bsc.garlic.pp) resultFromTrebuchet;
};
oss = callPackage ./garlic/exp/hpcg/oss.nix {
genInput = bsc.garlic.exp.hpcg.input;
inherit genInput;
};
};