[seacas] Fix header file 'cctype' declaration (#29625)

* update seacas

* update version

* Add patch

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2023-02-17 05:02:30 +08:00 committed by GitHub
parent 547c030e68
commit 01da3c4906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h b/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h
index 67512ba..589cac2 100644
--- a/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h
+++ b/packages/seacas/libraries/ioss/src/text_mesh/Iotm_TextMeshFuncs.h
@@ -6,7 +6,7 @@
// ####################### Start Clang Header Tool Managed Headers ########################
// clang-format off
-#include <ctype.h> // for toupper
+#include <cctype> // for toupper, isspace, isdigit
#include <stddef.h> // for size_t
#include <algorithm> // for remove, etc
#include <iterator> // for insert_iterator

View File

@ -8,6 +8,7 @@ vcpkg_from_github(
fix-ioss-includes.patch
deps-and-shared.patch
fix-mpi.patch
fix-headers.patch
)
if(NOT VCPKG_TARGET_IS_OSX)

View File

@ -1,7 +1,7 @@
{
"name": "seacas",
"version-date": "2022-11-22",
"port-version": 1,
"port-version": 2,
"description": "The Sandia Engineering Analysis Code Access System (SEACAS) is a suite of preprocessing, postprocessing, translation, and utility applications supporting finite element analysis software using the Exodus database file format.",
"homepage": "https://github.com/sandialabs/seacas",
"license": null,

View File

@ -7070,7 +7070,7 @@
},
"seacas": {
"baseline": "2022-11-22",
"port-version": 1
"port-version": 2
},
"seal": {
"baseline": "4.1.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "00566c22630c8b3dff31a47c3be03389e4d33b3d",
"version-date": "2022-11-22",
"port-version": 2
},
{
"git-tree": "bafa7bc405fca4be4118663c533a48d7fb2725ec",
"version-date": "2022-11-22",