vcpkg/ports/superlu/vcpkg.json
MonicaLiu 73232efa4f
[superlu] Update to 7.0.0 (#41629)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-18 15:03:47 -07:00

19 lines
351 B
JSON

{
"name": "superlu",
"version": "7.0.0",
"description": "Supernodal sparse direct solver.",
"homepage": "https://github.com/xiaoyeli/superlu",
"license": "BSD-3-Clause-LBNL",
"dependencies": [
"blas",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}