mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
73232efa4f
Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
351 B
JSON
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
|
|
}
|
|
]
|
|
}
|