- Jan 09, 2025
-
-
Vicente Bolea authored
-
- Jan 06, 2025
-
-
Mathieu Westphal (Kitware) authored
-
- Jan 02, 2025
-
-
Vicente Bolea authored
I am bumping the required JAVA SDK to 11 since it simplifies its usage which results in improved maintanability. It also eliminates the need to use bootclasspath. - Merge VTK_JAVA_TARGET_VERSION and VTK_JAVA_SOURCE_VERSION to VTK_JAVA_RELEASE_VERSION. - RENAME VTK_JAVA_INSTALL to VTK_JAVA_BUILD_MAVEN_PKG. - Update Java build instructions Co-authored-by:
Ben Boeckel <ben.boeckel@kitware.com>
-
- Dec 30, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
- Dec 16, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Dec 12, 2024
-
-
Ben Boeckel authored
New Xcode defaults to `-ffp-contract=on` which allows for fusing floating point operations. This changes effective precision which these tests are sensitive to. See referenced issue for details. See: #19418 (cherry picked from commit 5adcac19)
-
Ben Boeckel authored
(cherry picked from commit ee16c509)
-
Ben Boeckel authored
(cherry picked from commit 45b5fbb3)
-
- Dec 11, 2024
-
-
Vicente Bolea authored
-
- Dec 08, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Dec 07, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Dec 06, 2024
-
-
9b854cff java: remove numbers from classifier names Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11706 (cherry picked from commit e596b90b)
-
695dbbfd java: post-release fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11693 (cherry picked from commit 4de3e38a)
-
4e0cc719 cmake: correct java artifacts cache vars Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11608 (cherry picked from commit d7f64c02)
-
129e6e28 cmake: correct maven artifact cache var Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11588 (cherry picked from commit f3206e3c)
-
- Dec 04, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
This is the last 3.11 version that Python upstream provides installers for.
-
- Dec 03, 2024
-
-
Ben Boeckel authored
Use the new `FindPython3` module's variable for the Python executable. Fixes: #19544
-
Ben Boeckel authored
Use the new `FindPython3` module's variable for the Python executable. Fixes: #19542
-
- Nov 28, 2024
-
-
Vicente Bolea authored
-
- Nov 26, 2024
-
-
Lucas Givord authored
This test wasn't previously compile as we forgot to update some cmakelist however it fails in the CI. For more details: vtk/vtk#19544
-
Lucas Givord authored
`permission denied` issue when we run this tets. For more details: vtk/vtk#19542
-
- Nov 25, 2024
-
-
Vicente Bolea authored
- In some maven versions we cannot have a number trailing the classifier name in an artifact. The work-around is to swap platform-arch to arch-platform. - Do not use SNAPSHOT in vtk tag commits. - Introduce VTK_JAVA_FORCE_RELEASE CI env variable to create/override VTK java releases.
-
- Nov 15, 2024
-
-
Christos Tsolakis authored
The previous pinned version failed in python 3.13 due to removed symbols and different signatures in CPython functions: error C2039:: 'op_digit': is not a member of '_longobject' error C2198: 'int _PyLong_AsByteArray': too few arguments to call
-
Christos Tsolakis authored
Required due to the newer setuptools dependency Otherwise installing numpy fails fails with: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'.
-
Christos Tsolakis authored
required for distutils in python 3.12+
-
Christos Tsolakis authored
-
Christos Tsolakis authored
-
Christos Tsolakis authored
-
Christos Tsolakis authored
Add files and hashes for python 3.13 for windows and macos
-
- Nov 14, 2024
-
-
Ben Boeckel authored
-
Christos Tsolakis authored
-
Jaswant Panchumarti (Kitware) authored
- the script randomly failed to fetch node binaries from official node releases page with an error `[92;"Stream error in the HTTP/2 framing layer`. Not sure if this is a bug in cmake's curl or node release site.
-
- Nov 13, 2024
-
-
Mathieu Westphal (Kitware) authored
-
- Nov 12, 2024
-
-
Ben Boeckel authored
PowerShell scripts are not inherently executable and therefore should not have the executable bit set.
-