vcpkg/ports/superlu/vcpkg.json
2024-03-28 12:50:41 -07:00

19 lines
351 B
JSON

{
"name": "superlu",
"version": "6.0.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
}
]
}