ifsker: add gitTable
This commit is contained in:
parent
e0197950a6
commit
c075498f71
@ -6,17 +6,23 @@
|
|||||||
, nanos6
|
, nanos6
|
||||||
, mcxx
|
, mcxx
|
||||||
, gitBranch ? "garlic/mpi+isend+seq"
|
, gitBranch ? "garlic/mpi+isend+seq"
|
||||||
|
, gitCommit ? null
|
||||||
|
, garlicTools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
gitSource = garlicTools.fetchGarlicApp {
|
||||||
|
appName = "ifsker";
|
||||||
|
inherit gitCommit gitBranch;
|
||||||
|
gitTable = import ./git-table.nix;
|
||||||
|
};
|
||||||
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ifsker";
|
name = "ifsker";
|
||||||
|
|
||||||
src = builtins.fetchGit {
|
inherit (gitSource) src gitBranch gitCommit;
|
||||||
url = "ssh://git@bscpm03.bsc.es/garlic/apps/ifsker.git";
|
|
||||||
ref = gitBranch;
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ tampi mpi nanos6 mcxx gfortran ];
|
buildInputs = [ tampi mpi nanos6 mcxx gfortran ];
|
||||||
|
|
||||||
|
10
garlic/apps/ifsker/git-table.nix
Normal file
10
garlic/apps/ifsker/git-table.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
# Auto-generated with garlic-git-table on 2021-04-20 for repo:
|
||||||
|
# ssh://git@bscpm03.bsc.es/garlic/apps/ifsker.git
|
||||||
|
|
||||||
|
"garlic/mpi+isend+oss+fork" = "a6a20303101cb140571ddc1166e66843fbe83017";
|
||||||
|
"garlic/mpi+isend+oss+task" = "a7bdb6c9b57aafbc50cdc790eb42e5bdd850f213";
|
||||||
|
"garlic/mpi+isend+seq" = "bc97cf30835bbf6a825209485bb96fc8314e5bcb";
|
||||||
|
"garlic/tampi+isend+oss+task" = "33408215bc231b70b60733fddea3d1b7431bb0d1";
|
||||||
|
"garlic/tampi+send+oss+task" = "19dae956b4ef69916c0e8ad15bb6ced0085275cd";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user