mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
b3f7701a4a
* [superlu] Update to v6.0.0 * [superlu] remove spurious configure * [superlu] v db
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "superlu",
|
|
"version": "6.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
|
|
}
|
|
]
|
|
}
|