aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/open-mpi.rb
diff options
context:
space:
mode:
authorXiyue Deng2013-10-26 00:57:23 -0700
committerXiyue Deng2013-10-26 00:58:04 -0700
commitd9823c18dcfcb6064818d2482b5ffc29cc12972d (patch)
tree88a7c460f8a7c25cdbdbf3664bc94102e2c3b298 /Library/Formula/open-mpi.rb
parent50f4e193e3f709078c9cc0b4482b4b3c73c0fa64 (diff)
downloadhomebrew-d9823c18dcfcb6064818d2482b5ffc29cc12972d.tar.bz2
Properly mark conflicts between open-mpi, libevent, lcdf-typetools.
Closes #22376. Closes #23621.
Diffstat (limited to 'Library/Formula/open-mpi.rb')
-rw-r--r--Library/Formula/open-mpi.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/open-mpi.rb b/Library/Formula/open-mpi.rb
index 40ff3bfb1..0d4ad0876 100644
--- a/Library/Formula/open-mpi.rb
+++ b/Library/Formula/open-mpi.rb
@@ -9,6 +9,8 @@ class OpenMpi < Formula
option 'enable-mpi-thread-multiple', 'Enable MPI_THREAD_MULTIPLE'
conflicts_with 'mpich2', :because => 'both install mpi__ compiler wrappers'
+ conflicts_with 'libevent', :because => 'both install same set of header files'
+ conflicts_with 'lcdf-typetools', :because => 'both install same set of binaries.'
depends_on :fortran unless build.include? 'disable-fortran'