fwi: add gitTable
This commit is contained in:
parent
20e99f122f
commit
9377adf787
@ -5,21 +5,26 @@
|
||||
, mcxx ? null
|
||||
, cc
|
||||
, gitBranch ? "garlic/tampi+send+oss+task"
|
||||
, gitCommit ? null
|
||||
, fwiParams
|
||||
, garlicTools
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
assert !(tampi != null && mcxx == null);
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
inherit gitBranch;
|
||||
let
|
||||
gitSource = garlicTools.fetchGarlicApp {
|
||||
appName = "fwi";
|
||||
inherit gitCommit gitBranch;
|
||||
gitTable = import ./git-table.nix;
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fwi";
|
||||
|
||||
src = builtins.fetchGit {
|
||||
url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git";
|
||||
ref = "${gitBranch}";
|
||||
};
|
||||
inherit (gitSource) src gitBranch gitCommit;
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
@ -66,4 +71,4 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
programPath = "/bin/fwi";
|
||||
}
|
||||
}
|
||||
|
15
garlic/apps/fwi/git-table.nix
Normal file
15
garlic/apps/fwi/git-table.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
# Auto-generated with garlic-git-table on 2021-04-19 for repo:
|
||||
# ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git
|
||||
|
||||
"garlic/mpi+send+omp+fork" = "ea1ed53f20858dc082f9cbbe0e7e8fb28a6fe58a";
|
||||
"garlic/mpi+send+omp+task" = "aa8881056fb3fa98832d203899beacfb8fa702f6";
|
||||
"garlic/mpi+send+oss+task" = "c184484af8498fd939761575b34bb46ba3be0dde";
|
||||
"garlic/mpi+send+oss+task+NOREUSE" = "0062093ef744c694d69673d1881719958bbed353";
|
||||
"garlic/mpi+send+seq" = "cc184ad77f143481e2506933d0cdc038c349f071";
|
||||
"garlic/omp+task" = "1fe23690d74ae89ace5383ab165a6ce6346c2afd";
|
||||
"garlic/oss+task" = "68e6e8f17ee03addb460745acea2a38241ca89ee";
|
||||
"garlic/seq" = "aa6b6c5857125796c65fbf23018d557e4693f1ae";
|
||||
"garlic/tampi+isend+oss+task" = "7c98194e13786c4e8ecfa8a144587e5a95e09205";
|
||||
"garlic/tampi+send+oss+task" = "e08d66f7453c4034a363bb2d22c5248fe86ed740";
|
||||
}
|
Loading…
Reference in New Issue
Block a user