[Paraview-developers] VTK third party changes breaking paraview dashboards

Ken Martin ken.martin at kitware.com
Tue Feb 6 09:36:50 EST 2018


I ran into the tiff haru issue a few days ago as well. I think there are
also some CMake issues on Win32 as I had to locally modify some cmakelists
to get cmake to run ala a hack ... otherwise cmake complains about an
incorrect number of arguments to set_target_properties probably because the
SO_COMPATVERSION is empty.

diff --git a/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
b/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txtindex 15fd8ad..bc37dfa
100644
--- a/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
+++ b/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
@@ -162,7 +162,7 @@ endif ()
 if(cxx)
   add_library(tiffxx ${tiffxx_SOURCES} ${tiffxx_HEADERS})
   target_link_libraries(tiffxx tiff)
-  set_target_properties(tiffxx PROPERTIES SOVERSION ${SO_COMPATVERSION})
+#  set_target_properties(tiffxx PROPERTIES SOVERSION ${SO_COMPATVERSION})
   if(NOT CYGWIN)
     # This property causes shared libraries on Linux to have the full
version
     # encoded into their final filename.  We disable this on Cygwin because



On Tue, Feb 6, 2018 at 9:10 AM, Allie Vacanti <allison.vacanti at kitware.com>
wrote:

> Hi guys,
>
> Looks like there are some dashboard issues on paraview related to the
> recent third party changes. Is anyone working on these?
>
> Looks like vall needs Eigen3 installed:
>
> https://open.cdash.org/viewConfigure.php?buildid=5248512
>
> The new libtiff/libharu aren't playing nicely (missing mangled syms?)
>
> https://open.cdash.org/viewBuildError.php?buildid=5248537
> https://open.cdash.org/viewBuildError.php?buildid=5248527
>
> Allie
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=
> Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> https://paraview.org/mailman/listinfo/paraview-developers
>
>


-- 
Ken Martin PhD
Distinguished Engineer
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065

This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee.  Access to this email by anyone else is unauthorized. If you are
not the intended recipient, any disclosure, copying, distribution or any
action taken in reliance on it is prohibited and may be unlawful. If you
received this communication in error please notify us immediately and
destroy the original message.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://paraview.org/pipermail/paraview-developers/attachments/20180206/7e3e8d0d/attachment.html>


More information about the Paraview-developers mailing list