aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/superlu/vcpkg.json
blob: ca7059164ac6837545ada53c464cc7fbc8e93f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "superlu",
  "version": "7.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
    }
  ]
}