From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by sourceware.org (Postfix) with ESMTPS id 026E03858001 for ; Mon, 10 May 2021 18:28:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 026E03858001 Received: by mail-ej1-x633.google.com with SMTP id f24so25982005ejc.6 for ; Mon, 10 May 2021 11:28:55 -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=he5i5wYHL5Au2hqyqPr9rV3HVGHYchAzEwwwfRvF1yM=; b=lUFkgv73lPD7bhMSSMsCu8QrejAzer2dM2dk6Xl7n83lcSTvPVMEsnhZ75RBuba5SA ygIEtlMLd7+GaQC7aSF+xkKhajENQUQbKfesg4ZwIBODpixfdA7S+YIiTvj85Vxpe4I2 TyVYoVFiBmAlX6Iol5X8QloY6AmVLZQ+DRWN8xMwDbW+nZUlqWRNpFd+eq3QLrcCXlNj 5guXj3Su0ncio++NDNAnCep2AFc1y0j7tbEJ/I/eywQWX8JizR9nR66qG4BY3usI/NWn YfkIBflv7YvYhleeEnkrP7VET7sg81wWqk5/T3Z/J7B6d/P0EHs8niH3LnFvThWWwcus 0pYw== X-Gm-Message-State: AOAM531VbCXUwnWcYWSIkRQeEPlAQDSX4l0lF1ByRAO4w1+pFDU0VXLz WKX952zLLIQj1M2A+V1Co2uHRNJr9/3WEQ== X-Google-Smtp-Source: ABdhPJydYkO2pRPoZoOq+BFaFhg0ZjD3kMCNZSiv2jY51qaPywH+TyMUsVxBxRRTrETJe9KM76kchA== X-Received: by 2002:a17:906:f9d7:: with SMTP id lj23mr27463220ejb.392.1620671334831; Mon, 10 May 2021 11:28:54 -0700 (PDT) Received: from ?IPv6:2003:cc:9f04:e3c8:4004:2e29:484:e0ba? (p200300cc9f04e3c840042e290484e0ba.dip0.t-ipconnect.de. [2003:cc:9f04:e3c8:4004:2e29:484:e0ba]) by smtp.gmail.com with ESMTPSA id bh14sm9767577ejb.104.2021.05.10.11.28.54 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 May 2021 11:28:54 -0700 (PDT) Subject: Re: suitesparse To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <52c944ac-3303-9c1a-e3b0-1071ff577f22@gmail.com> Date: Mon, 10 May 2021 20:28:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2021 18:28:58 -0000 On 10.05.2021 16:47, Brad Bell wrote: > I would like to be able to use the suitesparse package in cygwin. > > In the program setup-x86_64.exe I notice the package >      libsuitesparseconfig-devel > is available, but is only seems to include configuration information for > suitesparse > (not the include files and libraries). > > Is there a cygwin package available that has the include files and > libraries for suitesparse, or would one have to build it from is source ? > > the last version was split in the various components https://sourceware.org/pipermail/cygwin/2016-March/226766.html I just built the 5.9.0, and I will probably repack as single entity as this how the package is distributed upstream. I just need to find a suitable way that our setup system digests. Give me some days Regards Marco