Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-26 Thread Jerry DeLisle
On 10/21/2017 11:17 AM, Bernhard Reutner-Fischer wrote: > On 21 October 2017 at 02:26, Damian Rouson > wrote: >> >> Hi Richard, >> >> Attached is a revised patch that makes the downloading of Fortran >> prerequisites optional via a new --no-fortran flag that can be passed to >> contrib/download

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-24 Thread Richard Biener
On Tue, Oct 24, 2017 at 12:02 AM, Damian Rouson wrote: > > > On October 23, 2017 at 3:54:22 AM, Richard Biener > (richard.guent...@gmail.com) wrote: > > On Sat, Oct 21, 2017 at 2:26 AM, Damian Rouson > wrote: >> >> Hi Richard, >> >> Attached is a revised patch that makes the downloading of Fortra

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-23 Thread Damian Rouson
  On October 21, 2017 at 11:17:49 AM, Bernhard Reutner-Fischer (rep.dot@gmail.com(mailto:rep.dot@gmail.com)) wrote: > > + die "Invoking wget and curl in the 'download_prerequisites' script failed." > > I suggest "Neither wget nor curl found, cannot download tarballs.” Thanks for th

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-23 Thread Damian Rouson
On October 23, 2017 at 3:54:22 AM, Richard Biener (richard.guent...@gmail.com) wrote: On Sat, Oct 21, 2017 at 2:26 AM, Damian Rouson  wrote:  >  > Hi Richard,  >  > Attached is a revised patch that makes the downloading of Fortran > prerequisites optional via a new --no-fortran flag that can

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-23 Thread Richard Biener
On Sat, Oct 21, 2017 at 2:26 AM, Damian Rouson wrote: > > Hi Richard, > > Attached is a revised patch that makes the downloading of Fortran > prerequisites optional via a new --no-fortran flag that can be passed to > contrib/download_prerequisites as requested in your reply below. > > As Jerry m

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-21 Thread Bernhard Reutner-Fischer
On 21 October 2017 at 02:26, Damian Rouson wrote: > > Hi Richard, > > Attached is a revised patch that makes the downloading of Fortran > prerequisites optional via a new --no-fortran flag that can be passed to > contrib/download_prerequisites as requested in your reply below. > > As Jerry menti

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-10-20 Thread Damian Rouson
  Hi Richard, Attached is a revised patch that makes the downloading of Fortran prerequisites optional via a new --no-fortran flag that can be passed to contrib/download_prerequisites as requested in your reply below.  As Jerry mentioned in his response, he has been working on edits to the top

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-09-22 Thread Jerry DeLisle
On Thu, 21 Sep 2017 09:40:49Richard Biener wrote: > On Wed, Sep 20, 2017 at 10:35 PM, Damian Rouson > wrote: > >> Attached is a patch that adds the downloading of gfortran prerequisites > OpenCoarrays and MPICH in the contrib/download_prerequisites script. The > patch also provides a useful error

Re: [Patch] Edit contrib/ files to download gfortran prerequisites

2017-09-21 Thread Richard Biener
On Wed, Sep 20, 2017 at 10:35 PM, Damian Rouson wrote: > Attached is a patch that adds the downloading of gfortran prerequisites > OpenCoarrays and MPICH in the contrib/download_prerequisites script. The > patch also provides a useful error message when neither wget or curl are > available on

[Patch] Edit contrib/ files to download gfortran prerequisites

2017-09-20 Thread Damian Rouson
Attached is a patch that adds the downloading of gfortran prerequisites OpenCoarrays and MPICH in the contrib/download_prerequisites script.  The patch also provides a useful error message when neither wget or curl are available on the target platform.  I tested this patch with several choices f