From b81ec74af150c4f479656f8bd647ab627c9eeea2 Mon Sep 17 00:00:00 2001 From: Spiros Tsalikis <spiros.tsalikis@kitware.com> Date: Thu, 8 Aug 2024 09:31:07 -0400 Subject: [PATCH] ioss: update.sh --- ThirdParty/ioss/CMakeLists.txt | 2 +- ThirdParty/ioss/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ThirdParty/ioss/CMakeLists.txt b/ThirdParty/ioss/CMakeLists.txt index 7c5ad6b4550..b9748f907f1 100644 --- a/ThirdParty/ioss/CMakeLists.txt +++ b/ThirdParty/ioss/CMakeLists.txt @@ -7,7 +7,7 @@ vtk_module_third_party( SPDX_COPYRIGHT_TEXT "Copyright(C) 1999-2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS)" SPDX_DOWNLOAD_LOCATION - "git+https://gitlab.kitware.com/third-party/seacas.git@ioss/for/vtk-20240709-master-gaeee5aa1/seacas/libraries/ioss/" + "git+https://gitlab.kitware.com/third-party/seacas.git@ioss/for/vtk-20240808-v2024-06-27/seacas/libraries/ioss/" VERSION "2024-04-03" STANDARD_INCLUDE_DIRS diff --git a/ThirdParty/ioss/update.sh b/ThirdParty/ioss/update.sh index 99ea7153f93..dd84d10a8c4 100755 --- a/ThirdParty/ioss/update.sh +++ b/ThirdParty/ioss/update.sh @@ -8,7 +8,7 @@ readonly name="ioss" readonly ownership="Seacas Upstream <kwrobot@kitware.com>" readonly subtree="ThirdParty/$name/vtk$name" readonly repo="https://gitlab.kitware.com/third-party/seacas.git" -readonly tag="ioss/for/vtk-20240709-master-gaeee5aa1" +readonly tag="ioss/for/vtk-20240808-v2024-06-27" readonly paths=" packages/seacas/libraries/ioss/src/CMakeLists.vtk.txt packages/seacas/libraries/ioss/cmake/SEACASIoss_config.h.in -- GitLab