From fc2818b7a54dadcf0c35965ef1f07219da3fc4a7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 4 Jan 2015 05:02:27 +0100 Subject: Use more https in urls and updated some lost links Closes Homebrew/homebrew#35531. Signed-off-by: Jack Nagel --- Library/Homebrew/requirements/mpi_dependency.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/requirements') 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 -- cgit v1.2.3