Add bench6 new dependencies
This commit is contained in:
parent
c775ee4d6f
commit
0605bc4ceb
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
stdenv
|
stdenv
|
||||||
, clangOmpss2
|
, clangOmpss2Git
|
||||||
|
, nanos6Git
|
||||||
|
, nodes
|
||||||
|
, mpi
|
||||||
|
, tampiGit
|
||||||
, gitBranch ? "master"
|
, gitBranch ? "master"
|
||||||
, gitURL ? "ssh://git@bscpm03.bsc.es/rarias/bench6.git"
|
, gitURL ? "ssh://git@bscpm03.bsc.es/rarias/bench6.git"
|
||||||
}:
|
}:
|
||||||
@ -14,11 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
ref = gitBranch;
|
ref = gitBranch;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ clangOmpss2 ];
|
buildInputs = [ clangOmpss2Git nanos6Git nodes mpi tampiGit ];
|
||||||
|
|
||||||
preInstall = ''
|
|
||||||
export DESTDIR=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user