Merge pull request #34580 from markuskowa/openmpi-fix-dso-pr
openmpi: fix broken modules, disable dsos
This commit is contained in:
commit
071988a6b3
@ -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