mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-21 10:53:02 +08:00
6b91ca9f46
* [superlu] Update port to v5.3.0 * [superlu] Update version database
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "superlu",
|
|
"version": "5.3.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
|
|
}
|
|
]
|
|
}
|