SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] HDF5 installation instruction (on Windows this time!)


Chronological Thread 
  • From: "Farid Harhad" <fharhad@cct.lsu.edu>
  • To: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] HDF5 installation instruction (on Windows this time!)
  • Date: Thu, 13 Sep 2007 21:59:53 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=VgYPYzzwBrZX+IV8+3Vcli84q5d9IYZ5Uvu1KztfSddb44aAKasxpBCpqaKk+SmEjt8wDAznTvp0zrYKocULzWFqqli8ihW96hzSP/phyJwvHej22mGSrx9Qrh0sp3odsJoiXDqIY/q+Kl6HB6fZ2ULYHref8BoibdEekac/0S0=


Me again,

I think I figured it out for Linux:

I went to my SCIRun/bin directory then I typed there:

cmake -DHDF5_DIR=/home/Farid/Software/HDF5/hdf5-1.6.6/hdf5/ ../src

after that, cmake generated a new Makefile and I typed:

make -j2   (I have a dual core machine)

After it finished compiling, I was able to open the HDF5 reader module. I'm still trying to understand how the HDF5 reader works.



My question is the following:

How can I do something similar for my Windows partition?

Thanks,

--Farid









On 9/13/07, Farid Harhad <fharhad@cct.lsu.edu> wrote:
Hello SCIRun users & developers,

I ran the following command:

[root@localhost SCIRun]# ./build.sh --with-hdf5=/home/Farid/Software/HDF5/hdf5-1.6.6/hdf5/

and I got the following:

Parsing arguments...
`--with-hdf5=/home/Farid/Software/HDF5/hdf5-1.6.6/hdf5/' parameter ignored
....

It basically compiled the code without hdf5.  The instructions on

http://software.sci.utah.edu/doc/Installation/Guide/osx/sec.sr_hdf5_config.html

are for SCIRun version 1.24.2 where the special make script used to be used. 
In version 3.0.2, the make script was replaced by cmake.

Could you please tell me what to do for version 3.0.2.?

Thank you very much,

--Farid







On 9/13/07, Yaakoub El Khamra <yye00@cct.lsu.edu> wrote:

Please refer to the scirun online documentation at:
http://software.sci.utah.edu/doc/Installation/Guide/osx/sec.sr_hdf5_config.html

On Thu, 2007-09-13 at 15:38 -0500, Farid Harhad wrote:
> Hello scirun users & developers,
>
> I am trying to install and compile scirun with hdf5... I am looking
> for instructions on how to do this in the new version.
>
> Thank you very much,
>
> --Farid Harhad
>
>
>
>





  • Re: [SCIRUN-USERS] HDF5 installation instruction (on Windows this time!), Farid Harhad, 09/13/2007

Archive powered by MHonArc 2.6.16.

Top of page