openmpi: fix broken modules, disable dsos

This commit is contained in:
Markus Kowalewski
2018-02-11 00:49:12 -08:00
parent d8b8c6be9d
commit 5e12d76361
@@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ perl ];
configureFlags = with stdenv; []
configureFlags = with stdenv; [ "--disable-mca-dso" ]
++ lib.optional isLinux "--with-libnl=${libnl.dev}"
++ lib.optional enableSGE "--with-sge"
++ lib.optional enablePrefix "--enable-mpirun-prefix-by-default"