aboutsummaryrefslogtreecommitdiff
path: root/ports/superlu/vcpkg.json
blob: 9de4be6746d65545f0efacb753b626c15b0d5b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "superlu",
  "version-string": "2020-01-07",
  "port-version": 3,
  "description": "Supernodal sparse direct solver.",
  "homepage": "https://github.com/xiaoyeli/superlu",
  "supports": "!(uwp | arm)",
  "dependencies": [
    "blas"
  ]
}