Add OmpSs-2 (no mpi) version

This commit is contained in:
Raúl Peñacoba
2020-10-22 13:32:20 +02:00
parent e20061254b
commit ea0272c212
3 changed files with 91 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
{
stdenv
, cc
, nanos6 ? null
, mcxx ? null
, mpi ? null
, gitBranch
}:
@@ -21,6 +23,8 @@ stdenv.mkDerivation rec {
buildInputs = [
cc
]
++ optional (mcxx != null) mcxx
++ optional (nanos6 != null) nanos6
++ optional (mpi != null) mpi;
makeFlags = [