640bit HDF5 1.10.6: where are the libraries stored?

Marco Atzeri marco.atzeri@gmail.com
Sun May 17 04:26:56 GMT 2020


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


More information about the Cygwin mailing list