>>>>>>
$ if [[ -n "$MPI" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
$ if [[ -n "$MPI" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew install $MPI; fi
<snip>
Fortran compiler you provided with --with-fc=gfortran does not work.
<<<<<

I see a bug here. There should be a 'brew install gcc' for MPI=0

Perhaps something like:

$ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gcc $MPI; 
fi

Satish


On Wed, 26 Oct 2016, Jed Brown wrote:

> Barry Smith <[email protected]> writes:
> 
> >   Huh,
> >
> >     I get lots of email from travis. Usually it is due to out of time but 
> > occasionally it is for things like this where it seems the virtual machine 
> > doesn't start up properly. I thought everyone what getting these things.
> 
> Yeah, I get them sometimes.  I don't check all of them, but those that I
> did check weren't PETSc things.
> 

Reply via email to