X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 61C3D3858432
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1710830270;
	bh=P1fyWf/asactANooOGBXQrsCzZ7HVCFzYP8w6AQIavQ=;
	h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=bMg/KZryHoF75CsJazzTMCYfI0k2hgOtAD0Mofte/xxKinzCD7BFGrN84jLCHm3m5
	 yZmvtelBzyl61e0vKVTAHSNN/OYLRxm00/MSWb6PTXR7jTWzAJuiQ5KfJQyRFz4KqL
	 t9r6uAVx+9yUywo3Jozbt6eVBwEDLTfjzFZTu0fM=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 884383858D37
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 884383858D37
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710830215; cv=none;
 b=GtaRPEI7G6T1TVEP9mdH3uYgUWMkGO9+kLOwgfpDaNRwiJejrUcvsLqB3VndQvWp+jmp0x4TMmIIHsaE33PDP+MDqnVpynli4KztnyooPjooOho43SrOhHgZkpWsOX0BLLtSIXGcVP921GBy/+O60GyFmzoqoerDC5kViaUFfWo=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1710830215; c=relaxed/simple;
 bh=q17WPTuzNu8eCPJoibCvzv0WvMq7KjLJfKFofDz/cW4=;
 h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
 b=LFDW7RdzAwHDXGVDHtM6yMI71+HqfHCX32jeL3P1N8Gly2Owe6ZB15efzJQhOsyaN7Yk12H3Lrtseo/xycXcmOsTIASveSIljlsnDNRez2dReUjB8gNhwMzYIiST4/NuJcYmrsokY6vqc2yEU93GdDiTCn7Jkb+RYFwlHUZ5WEU=
ARC-Authentication-Results: i=1; server2.sourceware.org
To: cygwin@cygwin.com
Subject: Re: HDF5 Installation
In-Reply-To: <CALZ+SqVg-KnqZ7z_DmQfLLFKd1s2EA86kqiQ6W6WTPqf4K6U8A@mail.gmail.com>
 (Kyle Shores via Cygwin's message of "Mon, 18 Mar 2024 16:31:16
 -0500")
References: <CALZ+SqU4pMQDXDZndXnrdiULDdqE8bdh-QaxJagCNHC+cuqq3Q@mail.gmail.com>
 <CAB8Xom9kcS7W+7Ptp6MdUBy-hwO+8z8VTcBLJWAOBN72tzMXZw@mail.gmail.com>
 <CALZ+SqVg-KnqZ7z_DmQfLLFKd1s2EA86kqiQ6W6WTPqf4K6U8A@mail.gmail.com>
Date: Tue, 19 Mar 2024 07:36:40 +0100
Message-ID: <87zfuuwww7.fsf@>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 811
X-purgate-ID: 155817::1710830207-0EFFBA4B-AB779B21/0/0
X-Spam-Status: No, score=-3030.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, INVALID_MSGID, RCVD_IN_DNSWL_LOW,
 RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP,
 T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.30
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: ASSI via Cygwin <cygwin@cygwin.com>
Reply-To: ASSI <Stromeko@nexgo.de>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Kyle Shores via Cygwin writes:
> Any chance you could use cmake for the next installation? That way more
> packages would be able to include HDF5 with cmake and pkg-config.

That's an upstream issue: the HDF Group still recommends to build with
autotools on UNIX platforms (which Cygwin is most closely aligned to),
but does not provide pkgconfig files in that build yet.  Even with the
cmake build the .pc content was/is incorrect and causes breakage
elsewhere.

https://github.com/HDFGroup/hdf5/issues/8

So if you want to see this in Cygwin, please prod / help upstream to
fix this.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

-- 
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
