aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arpack-ng/vcpkg.json
blob: 2a284616a6a14e69c82e31494f1ff1084a2ee1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "arpack-ng",
  "version": "3.9.1",
  "port-version": 1,
  "description": "ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.",
  "homepage": "https://github.com/opencollab/arpack-ng",
  "license": "BSD-3-Clause",
  "supports": "!uwp",
  "dependencies": [
    "blas",
    "lapack",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-gfortran",
      "platform": "windows"
    }
  ]
}