Commit a56afaa1 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

openmpi: delete all libtool .la files

Clear all *.la from lib to reduce the number file in output.
These libtool files are not needed.
parent 50de82b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
  enableParallelBuilding = true;

  postInstall = ''
    rm -f $out/lib/*.la
    find $out/lib/ -name "*.la" -exec rm -f \{} \;
   '';

  postFixup = ''