aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/netgen/vcpkg.json
blob: af020132aabc2e56e99d628b12234a8419aeb38f (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
68
69
70
{
  "name": "netgen",
  "version": "6.2.2401",
  "port-version": 2,
  "description": "NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement.",
  "homepage": "https://ngsolve.org/",
  "license": "LGPL-2.1-or-later",
  "supports": "arm64 | x64",
  "dependencies": [
    {
      "name": "netgen",
      "host": true,
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "cgns": {
      "description": "CGNS file read/write support",
      "dependencies": [
        {
          "name": "cgns",
          "default-features": false
        }
      ]
    },
    "jpeg": {
      "description": "enable snapshots using library libjpeg",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "mpeg": {
      "description": "enable video recording with FFmpeg",
      "dependencies": [
        {
          "name": "ffmpeg",
          "default-features": false,
          "features": [
            "avcodec"
          ]
        }
      ]
    },
    "occ": {
      "description": "build with OpenCascade geometry kernel interface",
      "dependencies": [
        {
          "name": "opencascade",
          "default-features": false
        }
      ]
    },
    "python": {
      "description": "Build python bindings",
      "dependencies": [
        "pybind11",
        "python3"
      ]
    }
  }
}