Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-19 Thread Albert Cheng

Hi Pedro,

Thank you for your feedback.
I think you are on a Windows system but could you give more details like
OS versions, platform specifics (32, 64 bits,... ), compilers, ...

I will check with our Cmake person of your suggestions.
A question about your suggestion 2.  Wouldn't it be better
to use folder names to specify different versions?  E.g.,

...\hdf5-1.8.11-pre1\HDF5.sln
...\hdf5-1.8.10\HDF5.sln

On 4/18/13 9:47 PM, Pedro Vicente wrote:

Hi Albert

I tried the CMake build with

T:\hdf5-1.8.11-pre1\buildcmake ..

and unlike the previous hdf5-1.8.10 reported errors, no errors this time,

However, the High-level library is not included in the build.

The netCDF build requires the Dimension Scales library, so this is a 
must for netCDF users.


1) Would it be possible to have a CMake build for the High-level 
library  ?


2) I have a suggestion, if you could name the CMake generated Visual 
Studio solution with the HDF5 release version name, like


hdf5-1.8.11-pre1.sln

instead of

HDF5.sln

This is helpful for anyone that uses several versions

Thanks

Pedro



--
Pedro Vicente, Earth System Science
University of California, Irvine
http://www.ess.uci.edu/


- Original Message - From: Albert Cheng ach...@hdfgroup.org
To: HDF Users Discussion List hdf-forum@hdfgroup.org
Sent: Friday, April 12, 2013 1:59 PM
Subject: [Hdf-forum] HDF5 1.8.11 release candidate is available for 
testing




Hello everyone,

A pre-release candidate version of HDF5 1.8.11 is available for 
testing and can be downloaded at the following link:


http://www.hdfgroup.uiuc.edu/ftp/pub/outgoing/hdf5/hdf5-1.8.11/hdf5-1.8.11-pre1.tar.gz 



If you have some time to test this pre-release, we would greatly 
appreciate it. We try to test on a wide variety of platforms and 
environments but are unable to test everywhere so feedback from the 
user community is always welcome.


Please note that while the release notes contained in the pre-release 
are reflective of the changes and additions present in this release, 
the 'platforms tested' and 'tested configurations' sections have yet 
to be updated for this version of HDF5.


We plan to release HDF5 1.8.11 in mid-May barring the discovery of 
any critical issues.


Thank you!

The HDF Group


___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org





___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org




___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org


Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-19 Thread Michael Jackson
actually for #2 below the HDF5 devs _could_ do this but it might be fairly 
Tedious to do it. The first line of the very top level CMakeLists.txt file 
should have a line like:

project(HDF5)

It would have to be constantly updated to 
project(HDF5-1.8.10.pre.foo.1.whatever) and I am not sure what that really buys 
the developer?

Typically I have several versions of HDF5 being compiled but I have them all in 
separate folders in my workspace. I guess from a Recent Files point of view 
from within Visual Studio all those show up as HDF5.sln which may not be big 
help.

 There are also other IDEs and environments that depend on having a stable 
project name. Imagine the following:

I have using the latest Git version of HDF5. I checkout out the code and 
generate my solutions. Then HDF5 devs increment the version number for the 
project() command. If I am NOT recognizing that this is going on I am going 
to end up using an out of date solution file because the next time CMake runs 
it will generate a whole NEW solution file with the new version number but I'll 
still be using the older solution which would cause all sorts of problems.

 So it is best to just leave it the way it is.

Thanks
___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz.net  www.bluequartz.net

On Apr 19, 2013, at 2:59 PM, Albert Cheng wrote:

 Hi Pedro,
 
 Thank you for your feedback.
 I think you are on a Windows system but could you give more details like
 OS versions, platform specifics (32, 64 bits,... ), compilers, ...
 
 I will check with our Cmake person of your suggestions.
 A question about your suggestion 2.  Wouldn't it be better
 to use folder names to specify different versions?  E.g.,
 
 ...\hdf5-1.8.11-pre1\HDF5.sln
 ...\hdf5-1.8.10\HDF5.sln
 
 On 4/18/13 9:47 PM, Pedro Vicente wrote:
 Hi Albert
 
 I tried the CMake build with
 
 T:\hdf5-1.8.11-pre1\buildcmake ..
 
 and unlike the previous hdf5-1.8.10 reported errors, no errors this time,
 
 However, the High-level library is not included in the build.
 
 The netCDF build requires the Dimension Scales library, so this is a must 
 for netCDF users.
 
 1) Would it be possible to have a CMake build for the High-level library  ?
 
 2) I have a suggestion, if you could name the CMake generated Visual Studio 
 solution with the HDF5 release version name, like
 
 hdf5-1.8.11-pre1.sln
 
 instead of
 
 HDF5.sln
 
 This is helpful for anyone that uses several versions
 
 Thanks
 
 Pedro
 
 
 
 --
 Pedro Vicente, Earth System Science
 University of California, Irvine
 http://www.ess.uci.edu/
 
 
 - Original Message - From: Albert Cheng ach...@hdfgroup.org
 To: HDF Users Discussion List hdf-forum@hdfgroup.org
 Sent: Friday, April 12, 2013 1:59 PM
 Subject: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing
 
 
 Hello everyone,
 
 A pre-release candidate version of HDF5 1.8.11 is available for testing and 
 can be downloaded at the following link:
 
 http://www.hdfgroup.uiuc.edu/ftp/pub/outgoing/hdf5/hdf5-1.8.11/hdf5-1.8.11-pre1.tar.gz
  
 
 If you have some time to test this pre-release, we would greatly appreciate 
 it. We try to test on a wide variety of platforms and environments but are 
 unable to test everywhere so feedback from the user community is always 
 welcome.
 
 Please note that while the release notes contained in the pre-release are 
 reflective of the changes and additions present in this release, the 
 'platforms tested' and 'tested configurations' sections have yet to be 
 updated for this version of HDF5.
 
 We plan to release HDF5 1.8.11 in mid-May barring the discovery of any 
 critical issues.
 
 Thank you!
 
 The HDF Group
 
 
 ___
 Hdf-forum is for HDF software users discussion.
 Hdf-forum@hdfgroup.org
 http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
 
 
 
 
 ___
 Hdf-forum is for HDF software users discussion.
 Hdf-forum@hdfgroup.org
 http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
 
 
 
 ___
 Hdf-forum is for HDF software users discussion.
 Hdf-forum@hdfgroup.org
 http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org


___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org


Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-19 Thread Pedro Vicente

Hi Albert

I was able to fix that missing Fortran compiler error by editing the file in

/config/cmake/cacheinit.cmake

by changing ON to OFF here


SET (HDF5_BUILD_FORTRAN ON CACHE BOOL Build FORTRAN support FORCE)


I am not sure if this is possible to auto-detect by Cmake, if the user has 
the Fortran compiler ?


I yes, it should be auto-detected, if not the documention should say a way 
to avoid the error.



This command here did the job then

cmake -C 
../config/cmake/cacheinit.cmake -DZLIB_INCLUDE_DIR:PATH=T:\zlib-1.2.5 -DZLIB_LIBRARY:FILEPATH=T:\zlib-1.2.5\build\bin\Debug\libzlib_D.lib 
-DSZIP_INCLUDE_DIR:PATH=T:\szip-2.1\src -DSZIP_LIBRARY:FILEPATH=T:\szip-2.1\build\bin\Debug\libszip_D.lib 
..


It build everything, looks good

Thanks



--
Pedro Vicente, Earth System Science
University of California, Irvine
http://www.ess.uci.edu/


- Original Message - 
From: Albert Cheng ach...@hdfgroup.org

To: HDF Users Discussion List hdf-forum@hdfgroup.org
Sent: Friday, April 19, 2013 11:59 AM
Subject: Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for 
testing -- HighLevel library missing




Hi Pedro,

Thank you for your feedback.
I think you are on a Windows system but could you give more details like
OS versions, platform specifics (32, 64 bits,... ), compilers, ...

I will check with our Cmake person of your suggestions.
A question about your suggestion 2.  Wouldn't it be better
to use folder names to specify different versions?  E.g.,

...\hdf5-1.8.11-pre1\HDF5.sln
...\hdf5-1.8.10\HDF5.sln

On 4/18/13 9:47 PM, Pedro Vicente wrote:

Hi Albert

I tried the CMake build with

T:\hdf5-1.8.11-pre1\buildcmake ..

and unlike the previous hdf5-1.8.10 reported errors, no errors this time,

However, the High-level library is not included in the build.

The netCDF build requires the Dimension Scales library, so this is a must 
for netCDF users.


1) Would it be possible to have a CMake build for the High-level library 
?


2) I have a suggestion, if you could name the CMake generated Visual 
Studio solution with the HDF5 release version name, like


hdf5-1.8.11-pre1.sln

instead of

HDF5.sln

This is helpful for anyone that uses several versions

Thanks

Pedro



--
Pedro Vicente, Earth System Science
University of California, Irvine
http://www.ess.uci.edu/


- Original Message - From: Albert Cheng ach...@hdfgroup.org
To: HDF Users Discussion List hdf-forum@hdfgroup.org
Sent: Friday, April 12, 2013 1:59 PM
Subject: [Hdf-forum] HDF5 1.8.11 release candidate is available for 
testing




Hello everyone,

A pre-release candidate version of HDF5 1.8.11 is available for testing 
and can be downloaded at the following link:


http://www.hdfgroup.uiuc.edu/ftp/pub/outgoing/hdf5/hdf5-1.8.11/hdf5-1.8.11-pre1.tar.gz

If you have some time to test this pre-release, we would greatly 
appreciate it. We try to test on a wide variety of platforms and 
environments but are unable to test everywhere so feedback from the user 
community is always welcome.


Please note that while the release notes contained in the pre-release 
are reflective of the changes and additions present in this release, the 
'platforms tested' and 'tested configurations' sections have yet to be 
updated for this version of HDF5.


We plan to release HDF5 1.8.11 in mid-May barring the discovery of any 
critical issues.


Thank you!

The HDF Group


___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org





___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org




___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org





___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org


Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-18 Thread Pedro Vicente

Hi Albert

I tried the CMake build with

T:\hdf5-1.8.11-pre1\buildcmake ..

and unlike the previous hdf5-1.8.10 reported errors, no errors this time,

However, the High-level library is not included in the build.

The netCDF build requires the Dimension Scales library, so this is a must 
for netCDF users.


1) Would it be possible to have a CMake build for the High-level library  ?

2) I have a suggestion, if you could name the CMake generated Visual Studio 
solution with the HDF5 release version name, like


hdf5-1.8.11-pre1.sln

instead of

HDF5.sln

This is helpful for anyone that uses several versions

Thanks

Pedro



--
Pedro Vicente, Earth System Science
University of California, Irvine
http://www.ess.uci.edu/


- Original Message - 
From: Albert Cheng ach...@hdfgroup.org

To: HDF Users Discussion List hdf-forum@hdfgroup.org
Sent: Friday, April 12, 2013 1:59 PM
Subject: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing



Hello everyone,

A pre-release candidate version of HDF5 1.8.11 is available for testing 
and can be downloaded at the following link:


http://www.hdfgroup.uiuc.edu/ftp/pub/outgoing/hdf5/hdf5-1.8.11/hdf5-1.8.11-pre1.tar.gz

If you have some time to test this pre-release, we would greatly 
appreciate it. We try to test on a wide variety of platforms and 
environments but are unable to test everywhere so feedback from the user 
community is always welcome.


Please note that while the release notes contained in the pre-release are 
reflective of the changes and additions present in this release, the 
'platforms tested' and 'tested configurations' sections have yet to be 
updated for this version of HDF5.


We plan to release HDF5 1.8.11 in mid-May barring the discovery of any 
critical issues.


Thank you!

The HDF Group


___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org





___
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org