openmpi: remove enableStatic while it's still hot
Eelco showed alternative way of building static libraries via stdenv adapter in a conversation several days ago and expressed concern about adding new enableStatic flags.
This commit is contained in:
parent
a3e7adf509
commit
8bc95895e1
@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
# Pass PATH/LD_LIBRARY_PATH to point to current mpirun by default
|
# Pass PATH/LD_LIBRARY_PATH to point to current mpirun by default
|
||||||
, enablePrefix ? false
|
, enablePrefix ? false
|
||||||
|
|
||||||
# Build static libraries
|
|
||||||
, enableStatic ? false
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@ -30,7 +27,6 @@ in stdenv.mkDerivation rec {
|
|||||||
configureFlags = []
|
configureFlags = []
|
||||||
++ optional enableSGE "--with-sge"
|
++ optional enableSGE "--with-sge"
|
||||||
++ optional enablePrefix "--enable-mpirun-prefix-by-default"
|
++ optional enablePrefix "--enable-mpirun-prefix-by-default"
|
||||||
++ optional enableStatic "--enable-static"
|
|
||||||
;
|
;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user