aboutsummaryrefslogtreecommitdiff
path: root/ports/matplotplusplus/vcpkg.json
blob: 296b6f8802b0f7ab370fc152defaa70b17b7de1a (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "name": "matplotplusplus",
  "version-date": "2021-04-11",
  "port-version": 5,
  "description": "A C++ graphics library for data visualization",
  "homepage": "https://alandefreitas.github.io/matplotplusplus/",
  "license": "MIT",
  "supports": "!uwp & !(windows & arm)",
  "dependencies": [
    "cimg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "blas": {
      "description": "BLAS support for Matplot++",
      "dependencies": [
        "blas"
      ]
    },
    "fftw": {
      "description": "fftw3 support for Matplot++",
      "dependencies": [
        "fftw3"
      ]
    },
    "jpeg": {
      "description": "JPEG support for Matplot++",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "lapack": {
      "description": "LAPACK support for Matplot++",
      "dependencies": [
        "lapack"
      ]
    },
    "opencv": {
      "description": "opencv support for Matplot++",
      "dependencies": [
        "opencv"
      ]
    },
    "opengl": {
      "description": "OpenGL backend for Matplot++",
      "dependencies": [
        "glad",
        "glfw3",
        "opengl"
      ]
    },
    "zlib": {
      "description": "ZLIB and libpng support for Matplot++",
      "dependencies": [
        "libpng",
        "zlib"
      ]
    }
  }
}