Archived
1
0
forked from rarias/bscpkgs

miniamr: initial version for OmpSs-2

This commit is contained in:
2020-12-03 16:57:13 +01:00
parent f65e4d01c3
commit 266fffdb5f
2 changed files with 51 additions and 0 deletions

View File

@@ -303,6 +303,11 @@ let
};
heat = callPackage ./garlic/apps/heat/default.nix { };
miniamr = callPackage ./garlic/apps/miniamr/default.nix {
variant = "ompss-2";
};
# heat = callPackage ./garlic/apps/heat/default.nix {
# # FIXME: The heat program must be able to compile with gcc9 and newer
# stdenv = self.gcc7Stdenv;