vcpkg/ports/superlu/vcpkg.json
Frank dbed0a93f2
[vcpkg baseline] [superlu] Use the correct option to avoid lib conflicts. (#29519)
* [vcpkg baseline]

* update version

* Pay attention to the format

* vdb

* ref

* version
2023-02-09 10:49:54 -08:00

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
}
]
}