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
|
||||
, enablePrefix ? false
|
||||
|
||||
# Build static libraries
|
||||
, enableStatic ? false
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
@ -30,7 +27,6 @@ in stdenv.mkDerivation rec {
|
||||
configureFlags = []
|
||||
++ optional enableSGE "--with-sge"
|
||||
++ optional enablePrefix "--enable-mpirun-prefix-by-default"
|
||||
++ optional enableStatic "--enable-static"
|
||||
;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user