Add bench6 new dependencies

This commit is contained in:
Rodrigo Arias Mallo 2023-05-18 20:40:29 +02:00
parent c775ee4d6f
commit 0605bc4ceb

View File

@ -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;