From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49635 invoked by alias); 21 Sep 2017 07:40:53 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 49616 invoked by uid 89); 21 Sep 2017 07:40:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=damian@sourceryinstitute.org, sk:damian@, D*sourceryinstitute.org, U*damian X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wm0-f47.google.com Received: from mail-wm0-f47.google.com (HELO mail-wm0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Sep 2017 07:40:51 +0000 Received: by mail-wm0-f47.google.com with SMTP id 13so12939459wmq.2; Thu, 21 Sep 2017 00:40:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=OKrPbPCJmpY/JqGFknIXhTVucEQZXJXyN0jDScFlwZQ=; b=BtrXKzKkMFeo6/67EnBwyvbq7mSb8ScHsv5rJpSrm6IxP2DiqNsk6nGyccdK8mGmhu 1rVcT/9WjD31kqSdXsdl3nCocaBQSPi1tlxKe2Y3N2pxaESfXiGXHy+FPc260id3+ZzL 9CBuavKW7cklKsyE5XVKONF7sWBotcGf2KYjkJU6gspEyc43iRECc9QD6FucJLasBG7A T8Uqq69/gX6pICvJ94dG00GUnvASS8qPaLPFO01UMIZ24cAz53H6eU3e6hkqh6jZ+zWE Vwb9EeMZf2yb+CL8E21lgPib85GTEwrFv+x/joi901pFCcTfErkfuWAhBwuLFMhPaa6o hwGw== X-Gm-Message-State: AHPjjUhvTp6WLQS99y9PvvacCSD8b++SROpvC9hmHklgQLBs50TJ9fDe TChYEM70YPsD9sZDUR6/eyYuvBUIPqF+goFg28g= X-Google-Smtp-Source: AOwi7QDizNhm2KWuGJQJR0t336BFasZXsWBCuYjTIr+2BZD8TTU2ekp03X5Egw6fnQjYRzOQkEB6j8I+AGY3dumB++I= X-Received: by 10.80.208.208 with SMTP id g16mr154109edf.246.1505979649366; Thu, 21 Sep 2017 00:40:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.143.34 with HTTP; Thu, 21 Sep 2017 00:40:49 -0700 (PDT) In-Reply-To: References: From: Richard Biener Date: Thu, 21 Sep 2017 07:40:00 -0000 Message-ID: Subject: Re: [Patch] Edit contrib/ files to download gfortran prerequisites To: Damian Rouson Cc: gcc patches , gfortran , Jerry DeLisle Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00074.txt.bz2 On Wed, Sep 20, 2017 at 10:35 PM, Damian Rouson wrote: > Attached is a patch that adds the downloading of gfortran prerequisites O= penCoarrays and MPICH in the contrib/download_prerequisites script. The pa= tch also provides a useful error message when neither wget or curl are avai= lable on the target platform. I tested this patch with several choices for= the command-line options on macOS (including --md5 and --sha512) and Ubunt= u Linux (including --sha512). A suggested ChangeLog entry is > > * contrib/download_prerequisites: Download OpenCoarrays and MPICH. > * contrib/prerequisites.sha5: Add sha512 message digests for Open= Coarrays and MPICH. > * contrib/prerequisites.md5: Add md5 message digests for OpenCoar= rays and MPICH. > > > OK for trunk? If so, I=E2=80=99ll ask Jerry to commit this. I don=E2=80= =99t have commit rights. Can you make this optional similar to graphite/isl? Also I see no support = in the toplevel build machinery to build/install the libs as part of GCC so how does that work in the end? Thanks, Richard. > Damian