}
{
# At least on DB10 (UB20 uses the same path...), ParaView fails to find xmlpatterns executable
- # ParaViewClient.cmake try to find it from Qt5_DIR, going back from it in filesystem (hardcoded)
+ # ParaViewClient.cmake try to find it from Qt5_DIR, going back from it in filesystem (hardcoded).
+ # The standard patch is also needed to be able to build PARAVIS (same kind of issue).
__condition__ : "VARS.dist in ['DB10', 'UB20']"
- 'PRODUCTS.ParaView.version_5_8_0.patches' : ['ParaViewClient_native.patch']
+ 'PRODUCTS.ParaView.version_5_8_0.patches' : ['paraview.0003-ParaViewClient.patch',
+ 'paraview.0003-ParaViewClient_native.patch']
}
]
+++ /dev/null
---- ParaView/CMake/ParaViewClient.cmake 2020-03-23 22:06:19.000000000 +0100
-+++ ParaView.new/CMake/ParaViewClient.cmake 2020-12-17 11:52:15.201636975 +0100
-@@ -516,6 +516,7 @@
- NAMES xmlpatterns-qt5 xmlpatterns
- HINTS "${Qt5_DIR}/../../../bin"
- "${Qt5_DIR}/../../../libexec/qt5/bin"
-+ "${Qt5_DIR}/../../qt5/bin"
- DOC "Path to xmlpatterns")
- mark_as_advanced(qt_xmlpatterns_executable)
-
--- /dev/null
+--- ParaView/CMake/ParaViewClient.cmake 2020-12-21 19:28:36.023465845 +0100
++++ ParaView.new/CMake/ParaViewClient.cmake 2020-12-21 19:30:17.073254132 +0100
+@@ -516,6 +516,7 @@
+ NAMES xmlpatterns-qt5 xmlpatterns
+ HINTS "${Qt5_DIR}/../../../bin"
+ "${Qt5_DIR}/../../../libexec/qt5/bin"
++ "${Qt5_DIR}/../../qt5/bin"
+ NO_CMAKE_PATH
+ DOC "Path to xmlpatterns")
+ mark_as_advanced(qt_xmlpatterns_executable)