diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/requirements.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb index 485b86f4e..4ca9496eb 100644 --- a/Library/Homebrew/requirements.rb +++ b/Library/Homebrew/requirements.rb @@ -108,6 +108,7 @@ class MPIDependency < Requirement @lang_list = lang_list @non_functional = [] @unknown_langs = [] + super() end def mpi_wrapper_works? compiler @@ -184,6 +185,7 @@ class ConflictRequirement < Requirement @formula = formula @name = name @opts = opts + super() end def message |
