[petsc-dev] Errored: petsc/petsc#850 (master - 66b078f)

Satish Balay balay at mcs.anl.gov
Wed Oct 26 22:34:07 CDT 2016


>>>>>>
$ 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 <bsmith at mcs.anl.gov> 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.
> 




More information about the petsc-dev mailing list