public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* HDF5 Installation
@ 2024-03-18 14:28 Kyle Shores
  2024-03-18 20:23 ` marco atzeri
  0 siblings, 1 reply; 4+ messages in thread
From: Kyle Shores @ 2024-03-18 14:28 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 758 bytes --]

Howdy!

Looking at the list of files
<https://cygwin.com/packages/x86_64/libhdf5-devel/libhdf5-devel-1.12.3-1>
for the 2024 HDF5 installation 1.12.3
<https://cygwin.com/packages/summary/libhdf5-devel.html>, I notice that
neither the pkg-config or cmake files are installed. For reference,
mingw's installation
of hdf5 <https://packages.msys2.org/package/mingw-w64-x86_64-hdf5> has them
here:


   - /mingw64/lib/cmake/hdf5-targets.cmake
   - /mingw64/lib/pkgconfig/hdf5.pc

Are these installed elsewhere? If not, what's preventing them from
being installed, or what can I do to help them be installed?

-- 

Kyle Shores | Software Developer

NSF National Center for Atmospheric Research (NSF NCAR)

Atmospheric Chemistry Observations and Modeling lab (ACOM)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HDF5 Installation
  2024-03-18 14:28 HDF5 Installation Kyle Shores
@ 2024-03-18 20:23 ` marco atzeri
  2024-03-18 21:31   ` Kyle Shores
  0 siblings, 1 reply; 4+ messages in thread
From: marco atzeri @ 2024-03-18 20:23 UTC (permalink / raw)
  To: Kyle Shores; +Cc: cygwin

On Mon, Mar 18, 2024 at 3:28 PM Kyle Shores via Cygwin  wrote:
>
> Howdy!
>
> Looking at the list of files
> <https://cygwin.com/packages/x86_64/libhdf5-devel/libhdf5-devel-1.12.3-1>
> for the 2024 HDF5 installation 1.12.3
> <https://cygwin.com/packages/summary/libhdf5-devel.html>, I notice that
> neither the pkg-config or cmake files are installed. For reference,
> mingw's installation
> of hdf5 <https://packages.msys2.org/package/mingw-w64-x86_64-hdf5> has them
> here:
>
>
>    - /mingw64/lib/cmake/hdf5-targets.cmake
>    - /mingw64/lib/pkgconfig/hdf5.pc
>
> Are these installed elsewhere? If not, what's preventing them from
> being installed, or what can I do to help them be installed?
>

Hi Kyle

the package is NOT built using cmake but is using autoconf.
There are no special change. So upstream have not included those files
in the 1.12.3 autoconf

I have not yet tried to build using cmake nor built the 1.14.x series

Regards
Marco

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HDF5 Installation
  2024-03-18 20:23 ` marco atzeri
@ 2024-03-18 21:31   ` Kyle Shores
  2024-03-19  6:36     ` ASSI
  0 siblings, 1 reply; 4+ messages in thread
From: Kyle Shores @ 2024-03-18 21:31 UTC (permalink / raw)
  To: marco atzeri; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

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.

Best,
Kyle

On Mon, Mar 18, 2024 at 3:23 PM marco atzeri <marco.atzeri@gmail.com> wrote:

> On Mon, Mar 18, 2024 at 3:28 PM Kyle Shores via Cygwin  wrote:
> >
> > Howdy!
> >
> > Looking at the list of files
> > <https://cygwin.com/packages/x86_64/libhdf5-devel/libhdf5-devel-1.12.3-1
> >
> > for the 2024 HDF5 installation 1.12.3
> > <https://cygwin.com/packages/summary/libhdf5-devel.html>, I notice that
> > neither the pkg-config or cmake files are installed. For reference,
> > mingw's installation
> > of hdf5 <https://packages.msys2.org/package/mingw-w64-x86_64-hdf5> has
> them
> > here:
> >
> >
> >    - /mingw64/lib/cmake/hdf5-targets.cmake
> >    - /mingw64/lib/pkgconfig/hdf5.pc
> >
> > Are these installed elsewhere? If not, what's preventing them from
> > being installed, or what can I do to help them be installed?
> >
>
> Hi Kyle
>
> the package is NOT built using cmake but is using autoconf.
> There are no special change. So upstream have not included those files
> in the 1.12.3 autoconf
>
> I have not yet tried to build using cmake nor built the 1.14.x series
>
> Regards
> Marco
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HDF5 Installation
  2024-03-18 21:31   ` Kyle Shores
@ 2024-03-19  6:36     ` ASSI
  0 siblings, 0 replies; 4+ messages in thread
From: ASSI @ 2024-03-19  6:36 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-19  6:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 14:28 HDF5 Installation Kyle Shores
2024-03-18 20:23 ` marco atzeri
2024-03-18 21:31   ` Kyle Shores
2024-03-19  6:36     ` ASSI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).