public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: 640bit HDF5 1.10.6: where are the libraries stored?
Date: Sun, 17 May 2020 06:26:56 +0200	[thread overview]
Message-ID: <455b627f-4719-b41b-594a-3ad2dc22805d@gmail.com> (raw)
In-Reply-To: <dc6f70fd-0ad4-8e2c-4c33-5549a052f91c@gmail.com>

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

      reply	other threads:[~2020-05-17  4:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17  1:37 Dennis Heimbigner
2020-05-17  2:29 ` René Berber
2020-05-17  4:26   ` Marco Atzeri [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=455b627f-4719-b41b-594a-3ad2dc22805d@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).