- 20 Nov, 2019 1 commit
-
-
Ben Boeckel authored
-
- 18 Nov, 2019 3 commits
-
-
a136f42c paraview: only get the plugin list from a shared build 0a8e687c paraview: expose whether ParaView is static or not to the package Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
W. Alan Scott <wascott@sandia.gov> Merge-request: !667
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 15 Nov, 2019 2 commits
-
-
9d5cf567 cmake: be suspicious of BUILD_SHARED_LIBS=OFF at the top level Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !666
-
Ben Boeckel authored
-
- 13 Nov, 2019 3 commits
-
-
-
64502c49 Split Docker images into development and runtime builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !665
-
64502c49 Split Docker images into development and runtime builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !665
-
- 12 Nov, 2019 7 commits
-
-
Scott Wittenburg authored
The development images leave everything in place, useful for building plugins against a specific version of ParaView. These also split the build up into more RUN commands, so that if one step fails, any issues can be more easily investigated. The runtime images are multi-stage builds, starting from the development images, and then taking a clean base image and only installing a subset of the system packages used in the development build, then copying the ParaView install tree into the final image. The runtime images, as a result, are now smaller than previous Docker images generated from the Scripts/docker/ubuntu/Dockerfile.
-
-
6f03e489 update to remove ssl from windows binaries Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !662
-
Utkarsh Ayachit authored
-
-
402bd403 boost: also build atomic, chrono, and regex Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !664
-
402bd403 boost: also build atomic, chrono, and regex Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !664
-
- 11 Nov, 2019 4 commits
-
-
Ben Boeckel authored
-
21f12741 superbuild: watch the paraview/release branch Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !663
-
-
Ben Boeckel authored
-
- 07 Nov, 2019 3 commits
-
-
ff3d05ba paraview: add option to build static e4a84e94 remove obsolete/duplicate option `PARAVIEW_BUILD_TYPE` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !660
-
Utkarsh Ayachit authored
Adding option to build paraview project static or shared or same as the rest of the superbuild.
-
Utkarsh Ayachit authored
Remove `PARAVIEW_BUILD_TYPE`. The same role is played by `CMAKE_BUILD_TYPE_paraview`.
-
- 01 Nov, 2019 5 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
-
-
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
-
- 30 Oct, 2019 2 commits
-
-
ff90824b fix dashboards by removing reference to removed plugin Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !658
-
David E. DeMarle authored
Catalyst hasn't been a plugin for a while, and other tests exercise it more strenuously than this, so it should be safe to remove.
-
- 29 Oct, 2019 1 commit
-
-
514c3667 adios2: Bump to v2.5.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !657
-
- 28 Oct, 2019 2 commits
-
-
2c444a07 llvm: Allow multiple architecture targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !655
-
Chuck Atkins authored
-
- 14 Oct, 2019 2 commits
-
-
3369e23d apple: programmatically handle conf file installation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !656
-
Ben Boeckel authored
This avoids hard-coding the plugin xml name in more than one place.
-
- 07 Oct, 2019 1 commit
-
-
Chuck Atkins authored
Allow a user to pass multiple target architectures for LLVM via the llvm_TARGETS_TO_BUILD option now. Also alow the default configuration to map the CMAKE_SYSTEM_PROCESSOR to the appropriate LLVM target.
-
- 03 Oct, 2019 4 commits
-
-
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
-
-
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
-
8cfe8e41 vrpn: remove wait3 code 4cfb200a vrpn: set policy 53 for the new parser in CMake 059e2fa0 vrpn: force GPM support to be off Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !654
-