[superlu] Update to 7.0.0 (#41629)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-10-18 22:03:47 +00:00 committed by GitHub
parent d42947aaa7
commit 73232efa4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO xiaoyeli/superlu REPO xiaoyeli/superlu
REF "v${VERSION}" REF "v${VERSION}"
SHA512 6dd2baeff9ca7ed4761845b9a30c6dca4e19ca498e10ea7360013b3aece576ca996a8bf31c4479321feda6f5266235d68ea9a2e256f0ffe91f804d4cdecd3847 SHA512 d2b35ccfd4bee6f5967a1a65edc07d32a7d842aa3f623494de78cf69dc5f4819d82f675d6b2aec035fcbca0a8a3966ab76fa105e6162e8242eb6a56870e41cba
HEAD_REF master HEAD_REF master
PATCHES PATCHES
remove-make.inc.patch remove-make.inc.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "superlu", "name": "superlu",
"version": "6.0.1", "version": "7.0.0",
"description": "Supernodal sparse direct solver.", "description": "Supernodal sparse direct solver.",
"homepage": "https://github.com/xiaoyeli/superlu", "homepage": "https://github.com/xiaoyeli/superlu",
"license": "BSD-3-Clause-LBNL", "license": "BSD-3-Clause-LBNL",

View File

@ -8705,7 +8705,7 @@
"port-version": 0 "port-version": 0
}, },
"superlu": { "superlu": {
"baseline": "6.0.1", "baseline": "7.0.0",
"port-version": 0 "port-version": 0
}, },
"swenson-sort": { "swenson-sort": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e542e8e80447c6d92875effae17aec8568816006",
"version": "7.0.0",
"port-version": 0
},
{ {
"git-tree": "9ae6007b0b5334eb0dc0e8ee97e8c24355a77323", "git-tree": "9ae6007b0b5334eb0dc0e8ee97e8c24355a77323",
"version": "6.0.1", "version": "6.0.1",