mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
a4d1dc0908
* [superlu] Fix superlu.lib missing * format vcpkg.json * x-add-version * Structured
21 lines
410 B
JSON
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
|
|
}
|
|
]
|
|
}
|