1
0
Fork 1
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:
Bruno Bzeznik Bruno.Bzeznik@imag.fr 2016-03-16 15:42:30 +01:00
parent be0abb32f6
commit 2f36475cff

View file

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