Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-30 Thread Biddiscombe, John A.
> There will be a new FindHDF5.cmake? > How will my CMakeLists.txt change? I planned on spending a bit of time on resolving a few last CMake+HDF5 issues before the 1.8.5 branch of hdf is closed (I believe April 15). I had planned on looking at FindHDF5.cmake as clearly a new one will be requir

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-06 Thread Antonio Valentino
Hi Will, Il giorno Tue, 02 Mar 2010 09:07:48 -0700 Will Dicharry ha scritto: > Antonio Valentino wrote: > > Hi list, > > pasted below a snippet I use in a project of mine to handle HDF5 > > library. > > The purpose is to improve detection of required library zlib and > > szip in cases when the H

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Michael Jackson
On 3/2/2010 12:41 PM, Antonio Valentino wrote: Hi Michael, Il giorno Tue, 02 Mar 2010 12:19:32 -0500 Michael Jackson ha scritto: On 3/2/2010 11:53 AM, Antonio Valentino wrote: 2. For your SZip portion to work, there would need to be a FindSZip.cmake in system modules directory

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Michael Jackson
On 3/2/2010 12:37 PM, Mark Moll wrote: On Mar 2, 2010, at 10:53 AM, Antonio Valentino wrote: 2. For your SZip portion to work, there would need to be a FindSZip.cmake in system modules directory. Do you have one that you can contribute? Oh, sorry. I found it on gitorious.org http:/

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Mark Moll
On Mar 2, 2010, at 10:53 AM, Antonio Valentino wrote: >> 2. For your SZip portion to work, there would need to be a >> FindSZip.cmake in system modules directory. Do you have one that you >> can contribute? > > Oh, sorry. > I found it on gitorious.org > > http://gitorious.org/hdf5/hdf5-v18/blob

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Michael Jackson
I just updated the FindSZip.cmake with some corrections for typos and some updated docs and explanations for some of the cmake code that is in that file. _ Mike Jackson mike.jack...@bluequartz.net On Mar 2, 2010, at 12

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Antonio Valentino
Hi Michael, Il giorno Tue, 02 Mar 2010 12:19:32 -0500 Michael Jackson ha scritto: > On 3/2/2010 11:53 AM, Antonio Valentino wrote: > >> > 2. For your SZip portion to work, there would need to be a > >> > FindSZip.cmake in system modules directory. Do you have one > >> > that you can contribut

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Michael Jackson
On 3/2/2010 11:53 AM, Antonio Valentino wrote: > 2. For your SZip portion to work, there would need to be a > FindSZip.cmake in system modules directory. Do you have one that you > can contribute? Oh, sorry. I found it on gitorious.org http://gitorious.org/hdf5/hdf5-v18/blobs/master/Re

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Antonio Valentino
Hi Will, Il giorno Tue, 02 Mar 2010 09:07:48 -0700 Will Dicharry ha scritto: > Antonio Valentino wrote: > > Hi list, > > pasted below a snippet I use in a project of mine to handle HDF5 > > library. > > The purpose is to improve detection of required library zlib and > > szip in cases when the H

Re: [CMake] FindHDF5.cmake improvement proposal

2010-03-02 Thread Will Dicharry
Antonio Valentino wrote: Hi list, pasted below a snippet I use in a project of mine to handle HDF5 library. The purpose is to improve detection of required library zlib and szip in cases when the HDF5_C_COMPILER_EXECUTABLE is not available e.g. when one try to use pre-build HDF5 libraries on win3

[CMake] FindHDF5.cmake improvement proposal

2010-03-01 Thread Antonio Valentino
Hi list, pasted below a snippet I use in a project of mine to handle HDF5 library. The purpose is to improve detection of required library zlib and szip in cases when the HDF5_C_COMPILER_EXECUTABLE is not available e.g. when one try to use pre-build HDF5 libraries on win32. The snippet also adds an