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? __

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 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 the current CMake distribu

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 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 be that the path of least

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

2010-09-01 Thread Michael Jackson
ms without re-installing, just remove references to hdf5_hl from 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.cma

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

2010-09-01 Thread James C. Sutherland
u’re willing to recompile/install it >>> >>> >>> Something along these lines will work for an installation on win32 into >>> /program file/HDF5 >>> >>> >>> FIND_PACKAGE(HDF5 "1.8.5" REQUIRED NO_MODULE PATHS >>> "

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

2010-09-01 Thread James C. Sutherland
PATHS >> "$ENV{ProgramFiles}/HDF5") >> >> >> [To fix the problem on the systems without re-installing, just remove >> references to hdf5_hl from the FindHDF5 stuff in your cmake installation >> module] >> >> >> JB >> >> &g

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

2010-09-01 Thread Michael Jackson
references to hdf5_hl from 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 o

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

2010-09-01 Thread James C. Sutherland
un...@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 installations on my systems bu

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

2010-09-01 Thread Biddiscombe, John A.
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 don'

[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 followi