- 12 Nov, 2019 1 commit
-
-
Utkarsh Ayachit authored
-
- 11 Nov, 2019 2 commits
-
-
21f12741 superbuild: watch the paraview/release branch Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !663
-
Ben Boeckel authored
-
- 01 Nov, 2019 3 commits
-
-
915deb11 Make sure 'python' can be found by build process 619c5736 Update web applications Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !659
-
Scott Wittenburg authored
-
Scott Wittenburg authored
-
- 03 Oct, 2019 1 commit
-
-
0fe1ff2b nvidia{optix,mdl}: add notes for downloading these sources cf58beaa README: fix some indentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !635
-
- 30 Sep, 2019 1 commit
-
-
Cory Quammen authored
-
- 26 Sep, 2019 2 commits
-
-
637acd2c llvm: set targets to build string based on system processor Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !649
-
Cory Quammen authored
CMAKE_SYSTEM_PROCESSOR gives the target architecture for the build. Set the LLVM target accordingly. This accommodates builds on PowerPC. (cherry picked from commit 557eb044)
-
- 23 Sep, 2019 1 commit
-
-
ce830d04 Force legacy OpenGL when mesa is enabled. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !648
-
- 22 Sep, 2019 1 commit
-
-
Utkarsh Ayachit authored
The issue arises when using superbuild (SB) to build binaries with mesa enabled on a system that has GLVND-based OpenGL. Mesa that the SB builds is without glvnd. Thus, it only builds libGL (old ABI) and not libGLX, libOpenGL etc (new GLVND-based ABI). When building on a system with GLVND, ParaView ends up finding and linking directly with the GLVD-based libraries i.e. libGLX, libOpenGL etc. However, when building on non-GLVD based system, ParaView finds and links using old OpenGL ABI i.e. libGL. Thus, in former case the Mesa libGL will never be loaded while in the latter case, it will be loaded correctly if found in search path – the mechanism ParaView has traditionally relied on for the runtime mesa switching. In summary, we need to fix how the runtime mesa-dispatch is expected to work when using GLVND-based OpenGL interfaces. For 5.7, forcing use of legacy OpenGL interfaces when mesa is enabled (as done in attached patch), should suffice. ref: https://discourse.paraview.org/t/errors-with-paraview-mesa-in-paraview-5-7-0-rc2-for-linux-both-superbuild-built-versions-and-with-downloaded-binary-version/
-
- 16 Sep, 2019 1 commit
-
-
Cory Quammen authored
-
- 06 Sep, 2019 1 commit
-
-
Cory Quammen authored
-
- 26 Aug, 2019 1 commit
-
-
c5dede36 nvidiaindex: bump for new library release Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !636
-
- 23 Aug, 2019 1 commit
-
-
Ben Boeckel authored
ParaView superbuild 5.6.2
-
- 22 Aug, 2019 1 commit
-
-
Cory Quammen authored
-
- 20 Aug, 2019 1 commit
-
-
Ben Boeckel authored
-
- 19 Aug, 2019 2 commits
-
-
72683f40 Fix singularity recipes to select Python version (default: 2) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !637
-
Scott Wittenburg authored
-
- 16 Aug, 2019 2 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 15 Aug, 2019 2 commits
-
-
2ad5c810 docker: Fix issues arising after update to v5.7.0-RC2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !632
-
Scott Wittenburg authored
Use proper CMake variables to enable building against either system python version 2 or 3, based on user-provided build-time argument.
-
- 08 Aug, 2019 1 commit
-
-
Cory Quammen authored
-
- 07 Aug, 2019 15 commits
-
-
41115e05 mdl: fix windows install rules (use correct dll name) 3dc2f6f0 visrtx: provide help findin MDL + OptiX on Windows dbd910d9 visrtx: update revision c45cf074 baseline: due to updates to matplotlib for Python3 76791ad3 pywin32: python3 fixes 9703ad05 python3: support non-sytem python3 on unix/windows 492e8ece python3 fixes 88e6e6ee win32/paraview.bundle: fix Python3 install rules ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !630
-
(cherry picked from commit 5eb1ab01)
-
(cherry picked from commit 8376767f)
-
brings in VS compiler fixes (cherry picked from commit 3d9338f2)
-
(cherry picked from commit 1993924d)
-
pywin32 needed to be updated for Python3 (cherry picked from commit 3431fdf4)
-
(cherry picked from commit 57e79ada)
-
(cherry picked from commit 73682412)
-
updating rules for packaging when built with Python3 (cherry picked from commit a284991b)
-
(cherry picked from commit 0205d36c)
-
(cherry picked from commit 1a0c8cfa)
-
(cherry picked from commit ef6969d9)
-
(cherry picked from commit b70dcb96)
-
(cherry picked from commit 5ae20e1b)
-
(cherry picked from commit dcfcfe52)
-