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