forked from rarias/bscpkgs
WIP: trying to make mpi branch working
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
stdenv
|
||||
, cc
|
||||
, mpi
|
||||
, gitBranch ? "garlic/seq"
|
||||
, makefileName ? "Linux_Serial"
|
||||
}:
|
||||
@@ -19,6 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
cc
|
||||
mpi
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user