mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "superlu",
|
|
"version": "6.0.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|