From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 4053F389682D for ; Mon, 12 Apr 2021 07:07:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4053F389682D Received: by mail-wm1-x333.google.com with SMTP id z24-20020a1cf4180000b029012463a9027fso6227212wma.5 for ; Mon, 12 Apr 2021 00:07:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ogxGw0pOgmzd0IQmnF5u856zU7s1/9rw+W9XApq7iuQ=; b=FnbmRG6gltAUinq0NgHOHETyWAqoTsxh28QBaU857zJw8HoGnYW3gkWKbYEsueS3/+ Ng+12KWmkAEaCZsGBBEhyen1vmonhQ3U7usxfCD+riq0aEbqyxiJdGKlAE2ygBQvSLBP 0C1z+HJXjzMXQgzNLS3FrLr0CbfG2eMunPLsjTsD7ZEteVQVeoLHQXepMmMQXgNlOIVA A6BPrtRgvJ4FvSh4GXA+zbqfFt2Q2W5sFn8PpkK2CfSjUROVnUtoEnmpH2zgLpPAuOnY mVUPhyZkCMw6be+SOZkg0Y/58CtVob0fuQU+O8JQxw/GOrsj+wgImy9yknG3nbUnGMJT X5MQ== X-Gm-Message-State: AOAM532TxROzEUvYpZk2Pi+RFaFg8XXRSYq8t/flLiJ2fozxdW4z10xq o3WhJwEPfxrQA3GtjT92W1k6ZncyySI= X-Google-Smtp-Source: ABdhPJw0MdI2pg6xnTacUrJgTYde5dHcySWPjVtdeH8bti4N5chUU1I8r2FJkfllYMZ1c10e8aGVMw== X-Received: by 2002:a05:600c:4f55:: with SMTP id m21mr24983931wmq.11.1618211259292; Mon, 12 Apr 2021 00:07:39 -0700 (PDT) Received: from ?IPv6:2003:cc:9f26:8b80:f451:b502:7538:5c12? (p200300cc9f268b80f451b50275385c12.dip0.t-ipconnect.de. [2003:cc:9f26:8b80:f451:b502:7538:5c12]) by smtp.gmail.com with ESMTPSA id f8sm13400342wmc.8.2021.04.12.00.07.38 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 12 Apr 2021 00:07:38 -0700 (PDT) Subject: Re: eccodes To: cygwin-apps@cygwin.com References: <1777022414.443732.1618159734064.ref@mail.yahoo.com> <1777022414.443732.1618159734064@mail.yahoo.com> <87lf9oya3n.fsf@Rainer.invalid> <93facdd1-93b8-312f-8bd1-a77f1cf111a2@SystematicSw.ab.ca> <719120829.476733.1618178001957@mail.yahoo.com> From: Marco Atzeri Message-ID: <96280ec3-e923-3da1-6578-c96368699e87@gmail.com> Date: Mon, 12 Apr 2021 09:07:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: <719120829.476733.1618178001957@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, NICE_REPLY_A, 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: Mon, 12 Apr 2021 07:07:41 -0000 Brendan, Bottom post on Cygwin mailing lists, please On 11.04.2021 23:53, brendan detracey via Cygwin-apps wrote: > That worked Marco. Thanks guys!How did "cygmake test" know it had to call "ctest"? In the eccodes instructions, "ctest" is the command. It is on the makefile ------------------------------------------------------------------- # Special rule for the target test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." /usr/bin/ctest.exe --force-new-ctest-process $(ARGS) .PHONY : test ------------------------------------------------------------------- > Why doesn't cygport automatically symlink the cyg*dll files for tests? It should be upstream instruction for testing where to find the shared lib or they are expecting to test after installation. It is not a problem with automake/autoconf as it is managed properly. This workaround is relative common in these cases > On Sunday, April 11, 2021, 04:43:41 p.m. ADT, Marco Atzeri via Cygwin-apps wrote: > > Brendan, > no idea why on your build the installation is under /usr/local > for me everything is in the right place. > Please verify if you have some settings interfering > > Attached version that allows tests to be passed > > Regards > Marco > > >