Skip to content

Commit

Permalink
[seacas]: fix dependencies (#43238)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 14, 2025
1 parent e573d2a commit 2991904
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 2 additions & 5 deletions ports/seacas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seacas",
"version-date": "2022-11-22",
"port-version": 7,
"port-version": 8,
"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,
Expand Down Expand Up @@ -43,10 +43,7 @@
"dependencies": [
{
"name": "matio",
"default-features": false,
"features": [
"hdf5"
]
"default-features": false
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8286,7 +8286,7 @@
},
"seacas": {
"baseline": "2022-11-22",
"port-version": 7
"port-version": 8
},
"seal": {
"baseline": "4.1.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/seacas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9b34ab268c818a03016c980c6ccd8d6f7b3e5a4c",
"version-date": "2022-11-22",
"port-version": 8
},
{
"git-tree": "405532a89129aa97af0759ecf8e4da3ee4d8a543",
"version-date": "2022-11-22",
Expand Down

0 comments on commit 2991904

Please sign in to comment.