Merge pull request #18148 from adevress/master-openmpi
openmpi: fix libtool issue #18147 by stripping libtool *.la files
This commit is contained in:
commit
56c6b4365f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user