Archived
1
0
forked from rarias/bscpkgs

WIP: trying to make mpi branch working

This commit is contained in:
Raúl Peñacoba
2020-10-13 14:59:49 +02:00
parent 6bd7e12cff
commit 7bf3e81233
4 changed files with 179 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
{
stdenv
, cc
, mpi
, gitBranch ? "garlic/seq"
, makefileName ? "Linux_Serial"
}:
@@ -19,6 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [
cc
mpi
];
makeFlags = [