Fix bench6 commit
This commit is contained in:
parent
ee5cbd08dd
commit
4883b750bd
@ -8,6 +8,7 @@
|
|||||||
, tampiGit
|
, tampiGit
|
||||||
, gitBranch ? "master"
|
, gitBranch ? "master"
|
||||||
, gitURL ? "ssh://git@bscpm03.bsc.es/rarias/bench6.git"
|
, gitURL ? "ssh://git@bscpm03.bsc.es/rarias/bench6.git"
|
||||||
|
, gitCommit ? "1e6ce2aa8ad7b4eef38df1581d7ec48a8815f85d"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -17,6 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = gitURL;
|
url = gitURL;
|
||||||
ref = gitBranch;
|
ref = gitBranch;
|
||||||
|
rev = gitCommit;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake clangOmpss2Git nanos6Git nodes mpi tampiGit ];
|
buildInputs = [ cmake clangOmpss2Git nanos6Git nodes mpi tampiGit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user