ifsker: initial version

This commit is contained in:
2020-12-03 18:49:28 +01:00
parent 266fffdb5f
commit eb4adf9520
2 changed files with 52 additions and 0 deletions

View File

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