mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:29:32 +08:00
dbed0a93f2
* [vcpkg baseline] * update version * Pay attention to the format * vdb * ref * version
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "superlu",
|
|
"version": "5.3.0",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|