aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-06-03 15:08:47 -0500
committerJack Nagel2013-06-03 16:52:52 -0500
commitba0ce82b68881b217ab147f61735e9bf673df0d9 (patch)
tree004124dc07906ff0ff9915abe832656dc51db45b /Library
parent873d9766ae1e14ba172a4f815fc56023d231eb76 (diff)
downloadbrew-ba0ce82b68881b217ab147f61735e9bf673df0d9.tar.bz2
Revert "Remove default_formula from MPIDependency."
This reverts commit 9aaa89dbe832387249ab3ea4e22a8018cc9fe30a.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements/mpi_dependency.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements/mpi_dependency.rb b/Library/Homebrew/requirements/mpi_dependency.rb
index 67c22d73f..28a03d566 100644
--- a/Library/Homebrew/requirements/mpi_dependency.rb
+++ b/Library/Homebrew/requirements/mpi_dependency.rb
@@ -9,6 +9,8 @@ class MPIDependency < Requirement
fatal true
+ default_formula 'open-mpi'
+
env :userpaths
def initialize *lang_list