X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 629CD385740F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1620671340;
	bh=+I7+hTdJjk4l3rBZAHn6MDvULTYaasVlq7fmDLhxMZc=;
	h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=R0BHiIMaCMIcW+bMtdEYbP2NXuvxa5bDsROge+LLDEKgPURclA/JPeLrxGucvy9R1
	 T7sFmGYc5b7UDfZBvbHOogfMwR6raE7sdzBEw8vaEEoa5M1P3Df0+K0tiVsbe5svv2
	 H9Evn7X8CTkU51OVgNbg1PTS20BhDiFDs0XOw/W0=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 026E03858001
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)
Subject: Re: suitesparse
To: cygwin@cygwin.com
References: <e18c2cd6-85ea-3029-6fc0-4d0c40468dd3@seanet.com>
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: <e18c2cd6-85ea-3029-6fc0-4d0c40468dd3@seanet.com>
Content-Language: it
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 <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin@cygwin.com>
Reply-To: Marco Atzeri <marco.atzeri@gmail.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces@cygwin.com
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 14AIT56S018735

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




-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

