- Nov 25, 2024
-
-
9e4fdb70 CI: Enable openturns 995693fb openturns: move openturns to unix only Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !1239
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Nov 21, 2024
-
-
29565904 Add openturns Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Lucas Givord <lucas.givord@kitware.com> Reviewed-by: Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !1238
-
- Nov 20, 2024
-
-
60e2e009 License: Install GPL license for LGPL projects Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Lucas Givord <lucas.givord@kitware.com> Reviewed-by: Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !1236
-
a7510b67 Remove space in nvidiamdl.common.cmake Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Lucas Givord <lucas.givord@kitware.com> Merge-request: !1237
-
Mathieu Westphal (Kitware) authored
-
- Nov 19, 2024
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
The LGPL is technically incomplete without the GPL license, install the GPL license if the project provides it.
-
- Nov 06, 2024
-
-
eebc3019 tests: fix test name for paraview-osmesa-mesa-swr in set_tests_properties 1e58fd42 launcher: use strcmp for whole string comparisons Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1232
-
- Nov 01, 2024
-
-
-
4ca918c7 Merge branch 'ci-use-only-needs-release' into ci-use-only-needs f7429085 gitlab-ci: remove `dependencies` from jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1234
-
f7429085 gitlab-ci: remove `dependencies` from jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1234
-
Ben Boeckel authored
* ci-use-only-needs-release: gitlab-ci: remove `dependencies` from jobs
-
- Oct 31, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
-
16310453 ci: remove executable permissions from `.ps1` scripts d4114d26 ci: use JSON to transfer environment variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1233
-
16310453 ci: remove executable permissions from `.ps1` scripts d4114d26 ci: use JSON to transfer environment variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1233
-
Ben Boeckel authored
PowerShell scripts are not inherently executable and therefore should not have the executable bit set.
-
Ben Boeckel authored
The `set` command in `cmd` has terrible properties in that there's no real structure to it. Sensitive sequences in values or variable names that are escaping sequences can be interpreted at the wrong time or things like newlines in values are not escaped at all and cause ambiguities in parsing. Avoid all of that and use PowerShell to use JSON as a communication mechanism.
-
- Oct 29, 2024
-
-
19fd0273 adios2: bump version v2.10.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !1231
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- this lets the launcher not treat a hypothetical `vtkEGLRenderWindowSuffix` similar to `vtkEGLRenderWindow`. - similar change made for `vtkOSOpenGLRenderWindow`.
-
- Oct 26, 2024
-
-
Vicente Bolea authored
-
- Oct 24, 2024
-
-
c3badbb8 Merge EGL and OSMesa linux build jobs 3e97cdbc Adapt launcher to handle VTK_DEFAULT_OPENGL_WINDOW e5b40b4a EGL, OSMesa are no longer needed at compile time 5d85d454 common-superbuild: Update for new meson Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !1229
-
Jaswant Panchumarti (Kitware) authored
- It is now unnecessary to build three separate binaries for Linux platform because a single pv binary can support Qt5, EGL and OSMesa.
-
Jaswant Panchumarti (Kitware) authored
- when the `VTK_DEFAULT_OPENGL_WINDOW` environment variable is specified to create a `vtkEGLRenderWindow`, the `--mesa` option is unused if the system has libEGL. - when it is `vtkOSOpenGLRenderWindow`, the launcher helps the pv process in locating libOSMesa by appending path to the bundled osmesa library.
-
- Oct 23, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- EGL headers are provided by VTK::glad and the library itself is loaded at runtime, therefore it's not required to find libEGL at compile time. - OSMesa is loaded by VTK at runtime. We still build OSMesa as part of superbuild to support older Linux systems that may not have OSMesa in the package manager.
-
Jaswant Panchumarti (Kitware) authored
-
- Oct 03, 2024
-
-
8508c4f8 Package openxrmodels with ParaView 331bbf5e common-superbuild: Update for openxrmodels project Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !1225
-
- Oct 02, 2024
-
-
Scott Wittenburg authored
-
Scott Wittenburg authored
-
- Sep 30, 2024
-
-
-
5998b7c2 Update the default version to 5.13.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !1224
-
John Tourtellott authored
-
- Sep 20, 2024
-
-
-
3670f998 adios2: remove PERL from ADIOS2 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !1222
-
3670f998 adios2: remove PERL from ADIOS2 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !1222
-
- Sep 18, 2024
-
-
Vicente Bolea authored
-
- Aug 27, 2024
-
-
67dc5497 Fix a typo in a comment Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !1221
-