From 19d79bca80430f235dc6d9946c0d321c0a684147 Mon Sep 17 00:00:00 2001 From: Dave Goodell Date: Thu, 17 May 2012 18:09:52 -0500 Subject: mpich2: delete unnecessary sbin files from MPE Signed-off-by: Charlie Sharpsteen --- Library/Formula/mpich2.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb index fdbb79348..2e47b26af 100644 --- a/Library/Formula/mpich2.rb +++ b/Library/Formula/mpich2.rb @@ -27,10 +27,14 @@ class Mpich2 < Formula system "./configure", *args system "make" system "make install" + + # MPE installs several helper scripts like "mpeuninstall" to the sbin + # directory, which we don't need when installing via homebrew + sbin.rmtree end def caveats; <<-EOS.undent - Please be aware that installing this formula along with the OpenMPI + Please be aware that installing this formula along with the `openmpi` formula will cause neither MPI installation to work correctly as both packages install their own versions of mpicc/mpicxx and mpirun. EOS -- cgit v1.2.3