Hi all,

I met a new problem with paraview-superbuild while building the paraview binaries: building process do not find hdf5. I found a thread about this (Paraview 5.2, on Feb 22) but it do not provide any solution.

The global cmake setup is (for hdf5):
 -DENABLE_hdf5=ON
 -DUSE_SYSTEM_hdf5=OFF

and hdf5 libraries are built by paraview-superbuild Makefile:
$ls -l install/lib/*hdf5*
lrwxrwxrwx 1 begou turb 19 Apr 18 17:39 install/lib/libhdf5_hl.so -> libhdf5_hl.so.8.0.2
-rwxr-xr-x 1 begou turb  144772 Apr 18 17:39 install/lib/libhdf5_hl.so.1.8.13
lrwxrwxrwx 1 begou turb 20 Apr 18 17:39 install/lib/libhdf5_hl.so.8.0.2 -> libhdf5_hl.so.1.8.13 lrwxrwxrwx 1 begou turb 16 Apr 18 17:39 install/lib/libhdf5.so -> libhdf5.so.8.0.2
-rwxr-xr-x 1 begou turb 3231325 Apr 18 17:39 install/lib/libhdf5.so.1.8.13
lrwxrwxrwx 1 begou turb 17 Apr 18 17:39 install/lib/libhdf5.so.8.0.2 -> libhdf5.so.1.8.13

H5* files exist in install/include

But when building Paraview I get:

.................
-- Plugin: VaporPlugin - Plugin to read NCAR VDR files : Disabled
-- Found PythonInterp: /opt/python279/bin/python2.7 (found version "2.7.9")
CMake Error at CommandLineExecutables/CMakeLists.txt:77 (get_property):
  get_property could not find TARGET hdf5.  Perhaps it has not yet been
  created.


CMake Error at CommandLineExecutables/CMakeLists.txt:82 (get_property):
  get_property could not find TARGET hdf5.  Perhaps it has not yet been
  created.

I've tried to set VTK_USE_SYSTEM_HDF5:BOOL=FALSE in superbuild/paraview/build/CMakeCache.txt but it is reset as soon as I run make.

HDF5_C_HL_LIBRARY, HDF5_C_LIBRARY, HDF5_DIR and HDF5_ROOT are well set.

My cmake is 3.8.0

Something additionnal to set ?

Thanks

Patrick

--
===================================================================
|  Equipe M.O.S.T.         |                                      |
|  Patrick BEGOU           | mailto:patrick.be...@grenoble-inp.fr |
|  LEGI                    |                                      |
|  BP 53 X                 | Tel 04 76 82 51 35                   |
|  38041 GRENOBLE CEDEX    | Fax 04 76 82 52 71                   |
===================================================================

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to