Skip to content

Commit

Permalink
openmpi: fix libtool issue #18147 by stripping libtool *.la files
Browse files Browse the repository at this point in the history
  • Loading branch information
adevress committed Aug 31, 2016
1 parent 7b3a361 commit 2a79d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/openmpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ in stdenv.mkDerivation rec {
patchShebangs ompi/mpi/fortran/base/gen-mpi-sizeof.pl
'';

postInstall = ''
rm -f $out/lib/*.la
'';

meta = {
homepage = http://www.open-mpi.org/;
description = "Open source MPI-2 implementation";
Expand Down

0 comments on commit 2a79d29

Please sign in to comment.