From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by sourceware.org (Postfix) with ESMTPS id 6DD21384A00F for ; Sat, 1 May 2021 09:47:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6DD21384A00F Received: by mail-ed1-x533.google.com with SMTP id e7so825482edu.10 for ; Sat, 01 May 2021 02:47:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=Md/USeOUpmE2VC61bDr2Z9CkURWe+4zgncCYtT2WsVo=; b=CBedTAN2ClEDhRjOKQkFBYXYlWvuhsCZY+Pjbb2yE1c2duQaIOGk1cKfSVJwuzCkQX rkcEegLD0wXzt1ZMRIwz9zKr4WHCrqf5x9O5u9lkjh7/+wtSR8J/DrRh3FtDiaOLrBB7 zL8FE9yP42+o8b0Ti8/NzQVOGWCSxdCzxu1mGaoRqliyO8rUFQD+989YO99w1AY1VSY2 eweJH8sZ5xlFmQUCYcuK6AaYRIyz46Nt3/rjcYHGSRV+trqV7/H+WoTf8M7BeW7/gxky BmyTBgezTg9vZ0DDIZGb4eBKtRH2qU9mHzl5XXQnZIpe0Ou0RHHZ1MAFNBF7YekywifK h8AQ== X-Gm-Message-State: AOAM531HYbkViNacVjIS6DFkzE7kjLHrFd+IeaknPDdtr1A2vuq+DwJu Pi8NdOxq4NkuA6o9yDByLA9TkLgZyOlbiQ== X-Google-Smtp-Source: ABdhPJyHOIqIal9xekjH0P1i55q23SirIOdBxu1Bjly/2K7RssDvHjP3FV2lOVwX3q9vAWLvAJKqIg== X-Received: by 2002:a05:6402:35d3:: with SMTP id z19mr10544723edc.143.1619862445597; Sat, 01 May 2021 02:47:25 -0700 (PDT) Received: from [192.168.2.121] (pd9ed58bb.dip0.t-ipconnect.de. [217.237.88.187]) by smtp.gmail.com with ESMTPSA id zo6sm4803331ejb.77.2021.05.01.02.47.25 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 01 May 2021 02:47:25 -0700 (PDT) To: "cygwin-apps@cygwin.com" From: Marco Atzeri Subject: [ITP] cdo 2.0.0rc1 Message-ID: Date: Sat, 1 May 2021 11:47:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2021 09:47:27 -0000 Available in Debian. Climate Data Operators CDO is a collection of command line Operators to manipulate and analyse Climate and NWP model Data. Supported data formats are GRIB 1/2, netCDF 3/4, SERVICE, EXTRA and IEG. https://code.mpimet.mpg.de/projects/cdo http://matzeri.altervista.org/x86/release/cdo/ http://matzeri.altervista.org/x86_64/release/cdo/ To build from code I am forced to use # ugly workaround find . -name Makefile -exec sed -i -e 's/-Wp,-D_FORTIFY_SOURCE=2//' {} \; between configure and make, as normal cygport settings seems to collide with source on FORTIFY If someone has a better idea, I will appreciate suggestion