Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread Biddiscombe, John A.
To: cmake Subject: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs I typically have full HDF5 installations on my systems but am now going to a system where the hl versions of the hdf5 libraries are not installed. Although I don't need these, it appears that CMake is unwilling to let me

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread James C. Sutherland
*To:* cmake *Subject:* [CMake] FindHDF5.cmake and the hl versions of hdf5 libs I typically have full HDF5 installations on my systems but am now going to a system where the hl versions of the hdf5 libraries are not installed. Although I don't need these, it appears that CMake is unwilling to let me

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread Michael Jackson
the FindHDF5 stuff in your cmake installation module] JB From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of James C. Sutherland Sent: 01 September 2010 00:45 To: cmake Subject: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs I typically have full HDF5

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread James C. Sutherland
...@cmake.org] On Behalf Of James C. Sutherland Sent: 01 September 2010 00:45 To: cmake Subject: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs I typically have full HDF5 installations on my systems but am now going to a system where the hl versions of the hdf5 libraries are not installed

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread James C. Sutherland
Of James C. Sutherland Sent: 01 September 2010 00:45 To: cmake Subject: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs I typically have full HDF5 installations on my systems but am now going to a system where the hl versions of the hdf5 libraries are not installed. Although I

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread Michael Jackson
and the hl versions of hdf5 libs I typically have full HDF5 installations on my systems but am now going to a system where the hl versions of the hdf5 libraries are not installed. Although I don't need these, it appears that CMake is unwilling to let me proceed without them. I get

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread James C. Sutherland
On Wed, Sep 1, 2010 at 8:06 AM, Michael Jackson mike.jack...@bluequartz.net wrote: Now, edit the FindHDF5.cmake file (the one that you copied into your project) to remove the offending lines/fix the bug. Well - that is the real trick. I am not sure where the offending lines are... It may

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread James C. Sutherland
On Wed, Sep 1, 2010 at 8:06 AM, Michael Jackson mike.jack...@bluequartz.net wrote: This probably isn't the best solution but until CMake fixes the bug and includes the updated FindHDF5.cmake file in the next or future release this is what you have to do: Copy the FindHDF5.cmake file from

Re: [CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-09-01 Thread Michael Jackson
I guess what would be nice is that the FindHDF5.cmake file can take components like C, C++ HL, Fortran instead of hard coding them into the FindHDF5.cmake file. Will, As maintainer of the hdf5 find module can you make this happen before the next release of CMake?

[CMake] FindHDF5.cmake and the hl versions of hdf5 libs

2010-08-31 Thread James C. Sutherland
I typically have full HDF5 installations on my systems but am now going to a system where the hl versions of the hdf5 libraries are not installed. Although I don't need these, it appears that CMake is unwilling to let me proceed without them. I get the following error: CMake Error: The