mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[superlu] Update to 7.0.0 (#41629)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
d42947aaa7
commit
73232efa4f
@ -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
|
||||
|
@ -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",
|
||||
|
@ -8705,7 +8705,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"superlu": {
|
||||
"baseline": "6.0.1",
|
||||
"baseline": "7.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"swenson-sort": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e542e8e80447c6d92875effae17aec8568816006",
|
||||
"version": "7.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9ae6007b0b5334eb0dc0e8ee97e8c24355a77323",
|
||||
"version": "6.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user