openmpi: unbundle libevent and hwloc on Darwin

When these dependencies are not found OpenMPI builds its internal copies.
wip/yesman
Orivej Desh 5 years ago
parent d4296584d1
commit ca52fb8554
  1. 3
      pkgs/development/libraries/openmpi/default.nix

@ -32,7 +32,8 @@ in stdenv.mkDerivation rec {
'';
buildInputs = with stdenv; [ gfortran zlib ]
++ lib.optionals isLinux [ libnl numactl libevent hwloc ]
++ lib.optionals isLinux [ libnl numactl ]
++ [ libevent hwloc ]
++ lib.optional (isLinux || isFreeBSD) rdma-core;
nativeBuildInputs = [ perl ];

Loading…
Cancel
Save