diff options
Diffstat (limited to 'Library/Homebrew/requirements')
| -rw-r--r-- | Library/Homebrew/requirements/mpi_dependency.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/mpi_dependency.rb b/Library/Homebrew/requirements/mpi_dependency.rb index 44fc23495..0f5a0be68 100644 --- a/Library/Homebrew/requirements/mpi_dependency.rb +++ b/Library/Homebrew/requirements/mpi_dependency.rb @@ -50,7 +50,7 @@ class MPIDependency < Requirement env do # Set environment variables to help configure scripts find MPI compilers. # Variable names taken from: - # http://www.gnu.org/software/autoconf-archive/ax_mpi.html + # https://www.gnu.org/software/autoconf-archive/ax_mpi.html @lang_list.each do |lang| compiler = 'mpi' + lang.to_s mpi_path = which compiler |
