Skip to content

Commit

Permalink
open-mpi 1.8.3: Fix name of --disable-mpi-fortran
Browse files Browse the repository at this point in the history
Upstream renamed --disable-mpi-f77 and --disable-mpi-f90
to --disable-mpi-fortran

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
sjackman authored and jacknagel committed Nov 19, 2014
1 parent c020fd6 commit d460fa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/open-mpi.rb
Expand Up @@ -32,9 +32,7 @@ def install
--enable-ipv6
--with-libevent=#{Formula["libevent"].opt_prefix}
]
if build.include? 'disable-fortran'
args << '--disable-mpi-f77' << '--disable-mpi-f90'
end
args << "--disable-mpi-fortran" if build.include? "disable-fortran"

if build.include? 'enable-mpi-thread-multiple'
args << '--enable-mpi-thread-multiple'
Expand Down

0 comments on commit d460fa9

Please sign in to comment.