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 -D"ZLIB_INCLUDE_DIR:PATH=T:\zlib-1.2.5" -D"ZLIB_LIBRARY:FILEPATH=T:\zlib-1.2.5\build\bin\Debug\libzlib_D.lib" -D"SZIP_INCLUDE_DIR:PATH=T:\szip-2.1\src" -D"SZIP_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\build>cmake ..

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

Reply via email to