public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 640bit HDF5 1.10.6: where are the libraries stored?
@ 2020-05-17  1:37 Dennis Heimbigner
  2020-05-17  2:29 ` René Berber
  0 siblings, 1 reply; 3+ messages in thread
From: Dennis Heimbigner @ 2020-05-17  1:37 UTC (permalink / raw)
  To: cygwin

Cygwin 64-bit.
WIndows 10
Download hdf5 package.
Search for the libraries:
     cd /usr
     find . -name '*hdf5*'
Nothing is found.
Where is it being installed?



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

* Re: 640bit HDF5 1.10.6: where are the libraries stored?
  2020-05-17  1:37 640bit HDF5 1.10.6: where are the libraries stored? Dennis Heimbigner
@ 2020-05-17  2:29 ` René Berber
  2020-05-17  4:26   ` Marco Atzeri
  0 siblings, 1 reply; 3+ messages in thread
From: René Berber @ 2020-05-17  2:29 UTC (permalink / raw)
  To: cygwin

On 5/16/2020 8:37 PM, Dennis Heimbigner via Cygwin wrote:

> Cygwin 64-bit.
> WIndows 10
> Download hdf5 package.
> Search for the libraries:
>      cd /usr
>      find . -name '*hdf5*'
> Nothing is found.
> Where is it being installed?

You can look for yourself what is being installed and where:

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=hdf5&arch=x86_64
-- 
R.Berber

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

* Re: 640bit HDF5 1.10.6: where are the libraries stored?
  2020-05-17  2:29 ` René Berber
@ 2020-05-17  4:26   ` Marco Atzeri
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2020-05-17  4:26 UTC (permalink / raw)
  To: cygwin

On 17.05.2020 04:29, René Berber via Cygwin wrote:
> On 5/16/2020 8:37 PM, Dennis Heimbigner via Cygwin wrote:
> 
>> Cygwin 64-bit.
>> WIndows 10
>> Download hdf5 package.
>> Search for the libraries:
>>      cd /usr
>>      find . -name '*hdf5*'
>> Nothing is found.
>> Where is it being installed?
> 
> You can look for yourself what is being installed and where:
> 
> https://cygwin.com/cgi-bin2/package-grep.cgi?grep=hdf5&arch=x86_64

or use cygcheck and verify your installations:

Which are the installed package with hdf5 in the name ?

$ cygcheck -cd |grep -i hdf5
hdf5                                    1.10.6-1
libhdf5-devel                           1.10.6-1
libhdf5_103                             1.10.6-1
libhdf5cpp_103                          1.10.6-1
libhdf5hl_100                           1.10.6-1
libhdf5hlcpp_100                        1.10.6-1

Is the library package correctly installed ?

$ cygcheck -c libhdf5_103
Cygwin Package Information
Package              Version        Status
libhdf5_103          1.10.6-1       OK

What is the content ?

$ cygcheck -l libhdf5_103
/usr/bin/cyghdf5-103.dll


PS: for me find works

$ cd /usr

$ find . -name '*hdf5*'
./include/hdf5.h
./include/hdf5_hl.h
./include/octave-5.2.0/octave/ls-hdf5.h
./include/octave-5.2.0/octave/oct-hdf5-types.h
./share/aclocal/ax_lib_hdf5.m4
./share/aclocal/ax_trilinos_epetraext_hdf5.m4
./share/doc/hdf5
./share/hdf5_examples
./bin/cyghdf5-103.dll
./bin/cyghdf5_cpp-103.dll
./bin/cyghdf5_hl-100.dll
./bin/cyghdf5_hl_cpp-100.dll
./lib/libhdf5.dll.a
./lib/libhdf5.settings
./lib/libhdf5_cpp.dll.a
./lib/libhdf5_hl.dll.a
./lib/libhdf5_hl_cpp.dll.a

Regards
Marco

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

end of thread, other threads:[~2020-05-17  4:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17  1:37 640bit HDF5 1.10.6: where are the libraries stored? Dennis Heimbigner
2020-05-17  2:29 ` René Berber
2020-05-17  4:26   ` Marco Atzeri

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