mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[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:
parent
547c030e68
commit
01da3c4906
13
ports/seacas/fix-headers.patch
Normal file
13
ports/seacas/fix-headers.patch
Normal 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
|
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -7070,7 +7070,7 @@
|
||||
},
|
||||
"seacas": {
|
||||
"baseline": "2022-11-22",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"seal": {
|
||||
"baseline": "4.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "00566c22630c8b3dff31a47c3be03389e4d33b3d",
|
||||
"version-date": "2022-11-22",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "bafa7bc405fca4be4118663c533a48d7fb2725ec",
|
||||
"version-date": "2022-11-22",
|
||||
|
Loading…
x
Reference in New Issue
Block a user