mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
openmpi: added infiniband support (ibverbs)
This commit is contained in:
parent
be0abb32f6
commit
2f36475cff
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, gfortran, perl
|
||||
{stdenv, fetchurl, gfortran, perl, libibverbs
|
||||
|
||||
# Enable the Sun Grid Engine bindings
|
||||
, enableSGE ? false
|
||||
|
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
|||
sha256 = "14p4px9a3qzjc22lnl6braxrcrmd9rgmy7fh4qpanawn2pgfq6br";
|
||||
};
|
||||
|
||||
buildInputs = [ gfortran ];
|
||||
buildInputs = [ gfortran libibverbs ];
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue