rdma-core: init at 16.1

This commit is contained in:
Markus Kowalewski
2018-01-20 15:09:14 -08:00
parent db56407a97
commit c6b828b86e
3 changed files with 36 additions and 2 deletions
@@ -1,4 +1,4 @@
{stdenv, fetchurl, gfortran, perl, libibverbs
{stdenv, fetchurl, gfortran, perl, rdma-core
# Enable the Sun Grid Engine bindings
, enableSGE ? false
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [ gfortran ]
++ optional (stdenv.isLinux || stdenv.isFreeBSD) libibverbs;
++ optional (stdenv.isLinux || stdenv.isFreeBSD) rdma-core;
nativeBuildInputs = [ perl ];