- Jan 17, 2025
-
-
bea1e512 Bump the common-superbuild submodule. 12e4b5b4 Remove Qt webengine and others from the skip list. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !934
-
David Thompson authored
This includes the following merge requests: 4163c546288 Merge topic 'qt-module-options' b93a514fb29 Merge topic 'add_ignore_support' f1dcfe22977 Merge topic 'add_lapack_intelmkl_win32' 4bba767edfa Merge topic 'mpi4py-needs-cython' 5456ac763b2 Merge topic 'mpi4py-remove-impi-modules' afece21a7f1 Merge topic 'support-python312' cdd05dde829 Merge topic 'meson-llvm-config-search' 108639a1951 Merge topic 'ci-xcode-16.1' 1840c8c607e Merge topic 'fixup_licenses' dbe6402ebef Merge topic 'gpl_install_license_lgpl' 3d845619750 Merge topic 'gperf-cpp17-support' 41e89731d5d Merge topic 'ci-vcvarsall-fix' 6f5e53c0741 Merge topic 'ci-xcode-15.4' 2dcaee9a9f7 Merge topic 'add-openxr-models' cd400cb4950 Merge topic 'llvm-missing-16-arguments'
-
David Thompson authored
These Qt modules may now be enabled by options present in the common-superbuild.
-
- Jan 05, 2025
-
-
1320cf26 vtkonly: use superbuild's `nlohmannjson` if available aed9246d paraview: optionally depend on `nlohmannjson` 935ef874 ci: disable `matplotlib` testing 3ab1a93c vtkonly: keep system cflags from pkgconf dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !935
-
Ben Boeckel authored
This fixes issues with SMTK's classes including both the system `nlohmannjson` and VTK's vendored one by making them agree.
-
Ben Boeckel authored
This ensures it is installed before ParaView is configured.
-
- Jan 04, 2025
-
-
Ben Boeckel authored
It doesn't seem to work in SMTK anymore (uses deprecated and removed APIs).
-
Ben Boeckel authored
This fixes `pkgconf` dropping include paths due to its "system" considerations. As done for `paraview` in b35536ca (paraview: tell pkgconf to keep "system" paths, 2024-07-03), via !918.
-
ba308c5e ci: exclude segfaulting tests 831b918c ci: exclude test for UI path changes 8fbc5a83 ci: use Xcode 16.1 f6bb7a1a gitlab-ci: use architecture-specific label for Intel build tagsets 61b995ba superbuild: support for Xcode 16.1 32d9cf58 moab: disable `-mtune=native` flag c650a31c itkvtkglue: disable testing 25a4e50f itk: add patch to support newer MSVC with itktiff ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !933
-
- Jan 02, 2025
-
-
Ben Boeckel authored
Need investigation, but should probably happen when SMTK updates.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Also brings in: - Python 3.12 - new numpy * Ben Boeckel: mpi4py-needs-cython (paraview/common-superbuild!681) * Ben Boeckel: mpi4py-remove-impi-modules (paraview/common-superbuild!677) * Ben Boeckel: support-python312 (paraview/common-superbuild!676) * Ben Boeckel: meson-llvm-config-search (paraview/common-superbuild!671) * Ben Boeckel: ci-xcode-16.1 (paraview/common-superbuild!673) * Mathieu Westphal: fixup_licenses (paraview/common-superbuild!674) * Mathieu Westphal: gpl_install_license_lgpl (paraview/common-superbuild!672) * Ben Boeckel: gperf-cpp17-support (paraview/common-superbuild!670) * Ben Boeckel: ci-vcvarsall-fix (paraview/common-superbuild!669) * Ben Boeckel: ci-xcode-15.4 (paraview/common-superbuild!663) * Scott Wittenburg: add-openxr-models (paraview/common-superbuild!665) * Ben Boeckel: llvm-missing-16-arguments (paraview/common-superbuild!662)
-
Ben Boeckel authored
macOS arm64 with Xcode 16+ no longer supports the flag. Additionally, the host architecture may be newer than the intended target architecture.
-
Ben Boeckel authored
-
Ben Boeckel authored
`inline` is now supported by modern MSVC compilers.
-
- Jan 01, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Dec 23, 2024
-
-
b98c1537 Fix cdash groups da121f7e Add cdash annotations Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !930
-
- Nov 01, 2024
-
-
94398a9b gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !932
-
- 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
-
96ac5425 ci: remove executable permissions from `.ps1` scripts a3eac2a8 ci: use JSON to transfer environment variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !931
-
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 24, 2024
-
-
Ryan Krattiger authored
-
Ryan Krattiger authored
-
- Oct 15, 2024
-
-
bbbdd03a gitlab-ci: print the SHA 512 when uploading Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !929
-
89af8ea5 ci: remove remnants of Girder upload support 7fb5688f gitlab-ci: replace all Girder upload jobs with Google Drive Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !928
-
- Oct 14, 2024
-
-
Ben Boeckel authored
Google Drive doesn't make it easy to access the hash, so make it easier to access this way at least.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
91e478b0 gitlab-ci: fix `rclone` command lines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !927
-
Ben Boeckel authored
-
847bbf28 gitlab-ci: upload packages to Google Drive 1fb7de18 gitlab-ci: upload CI bundles to Google Drive Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !926
-
Ben Boeckel authored
Girder is going away, so use Google Drive instead.
-
Ben Boeckel authored
Girder is going away, upload to Google drive instead.
-
- Oct 10, 2024
-
-
5c16bc83 ci: remove empty directories from CI bundles Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !925
-
Ben Boeckel authored
Empty directories left behind in the bundle may end up getting detected as "namespace packages" if they are under `PYTHONPATH`. This ends up causing confusion when such a namespace package is found and prevents loading of a real package's inner modules later in `PYTHONPATH`. Remove these directories to avoid such confusion.
-
- Oct 07, 2024
-
-
06405801 ENH: Updated to use ParaView 5.13.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !924
-