Skip to content

Commit

Permalink
[superlu] Update to 7.0.0 (#41629)
Browse files Browse the repository at this point in the history
Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Oct 18, 2024
1 parent d42947a commit 73232ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/superlu/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xiaoyeli/superlu
REF "v${VERSION}"
SHA512 6dd2baeff9ca7ed4761845b9a30c6dca4e19ca498e10ea7360013b3aece576ca996a8bf31c4479321feda6f5266235d68ea9a2e256f0ffe91f804d4cdecd3847
SHA512 d2b35ccfd4bee6f5967a1a65edc07d32a7d842aa3f623494de78cf69dc5f4819d82f675d6b2aec035fcbca0a8a3966ab76fa105e6162e8242eb6a56870e41cba
HEAD_REF master
PATCHES
remove-make.inc.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/superlu/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superlu",
"version": "6.0.1",
"version": "7.0.0",
"description": "Supernodal sparse direct solver.",
"homepage": "https://github.com/xiaoyeli/superlu",
"license": "BSD-3-Clause-LBNL",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8705,7 +8705,7 @@
"port-version": 0
},
"superlu": {
"baseline": "6.0.1",
"baseline": "7.0.0",
"port-version": 0
},
"swenson-sort": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/superlu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e542e8e80447c6d92875effae17aec8568816006",
"version": "7.0.0",
"port-version": 0
},
{
"git-tree": "9ae6007b0b5334eb0dc0e8ee97e8c24355a77323",
"version": "6.0.1",
Expand Down

0 comments on commit 73232ef

Please sign in to comment.