vcpkg/ports/superlu/vcpkg.json
Cheney Wang a4d1dc0908
[superlu] Fix superlu.lib missing (#26146)
* [superlu] Fix superlu.lib missing

* format vcpkg.json

* x-add-version

* Structured
2022-08-03 19:13:02 -07:00

21 lines
410 B
JSON

{
"name": "superlu",
"version-date": "2020-01-07",
"port-version": 6,
"description": "Supernodal sparse direct solver.",
"homepage": "https://github.com/xiaoyeli/superlu",
"license": "BSD-4-Clause-UC",
"supports": "!(uwp | arm)",
"dependencies": [
"blas",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}