Skip to content
Snippets Groups Projects
Commit 72cb796c authored by Spiros Tsalikis's avatar Spiros Tsalikis Committed by Kitware Robot
Browse files

Merge topic 'remove-exodus-restrict'


0ab43fce Merge branch 'upstream-exodusII' into remove-exodus-restrict
aef0e4d8 exodusII 2024-08-26 (b35c6108)
737ad0f6 exodusII: update.sh

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Tested-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarDavid Gobbi <david.gobbi@gmail.com>
Merge-request: !11441
parents 58ea8eb0 0ab43fce
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ vtk_module_third_party_internal(
SPDX_COPYRIGHT_TEXT
"Copyright (c) 2005-2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
SPDX_DOWNLOAD_LOCATION
"git+https://gitlab.kitware.com/third-party/seacas.git@exodus/for/vtk-20240628-master-gaeee5aa1#packages/seacas/libraries/exodus"
"git+https://gitlab.kitware.com/third-party/seacas.git@exodus/for/vtk-20240826-master-gaeee5aa1#packages/seacas/libraries/exodus"
VERSION
"9.3f"
STANDARD_INCLUDE_DIRS)
......
......@@ -8,7 +8,7 @@ readonly name="exodusII"
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="exodus/for/vtk-20240628-master-gaeee5aa1"
readonly tag="exodus/for/vtk-20240826-master-gaeee5aa1"
readonly paths="
packages/seacas/libraries/exodus/CMakeLists.vtk.txt
packages/seacas/libraries/exodus/cmake/exodus_config.h.in
......
......@@ -27,7 +27,7 @@ static char *my_strsep(char **stringp, const char *delim)
}
return rv;
}
static size_t my_strlcat(char *restrict dst, const char *restrict src, size_t maxlen)
static size_t my_strlcat(char *dst, const char *src, size_t maxlen)
{
const size_t srclen = strlen(src);
const size_t dstlen = strlen(dst);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment