aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/salome-medcoupling/vcpkg.json
blob: 9a200cb2aea6e6b308831651b5381092fbbf7246 (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
{
  "name": "salome-medcoupling",
  "version": "9.10.0",
  "port-version": 1,
  "description": "salome-medcoupling is a part of SALOME platform to manipulate meshes and fields in memory, and use salome-med format for files.",
  "homepage": "https://www.salome-platform.org",
  "license": "GPL-2.0-or-later",
  "supports": "!(windows & static)",
  "dependencies": [
    "boost-chrono",
    "boost-date-time",
    "boost-filesystem",
    "boost-regex",
    "boost-serialization",
    "boost-system",
    "boost-thread",
    "libxml2",
    "metis",
    "salome-configuration",
    "salome-med-fichier",
    "scotch",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}