openmpi: fix broken modules, disable dsos
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user