aboutsummaryrefslogtreecommitdiff
path: root/ports/symengine/vcpkg.json
blob: 4768ffb566085896f431b0936e7bae09031dede5 (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
{
  "name": "symengine",
  "version": "0.7.0",
  "description": "SymEngine is a fast symbolic manipulation library",
  "homepage": "https://github.com/symengine/symengine",
  "dependencies": [
    "boost-math",
    "boost-random"
  ],
  "default-features": [
    "integer-class-boostmp"
  ],
  "features": {
    "arb": {
      "description": "Build with arb",
      "dependencies": [
        "arb"
      ]
    },
    "flint": {
      "description": "Build with flint",
      "dependencies": [
        "flint"
      ]
    },
    "integer-class-boostmp": {
      "description": "Use Boost.multiprecision integer class",
      "dependencies": [
        "boost-multiprecision"
      ]
    },
    "integer-class-flint": {
      "description": "Use flint integer class",
      "dependencies": [
        "flint",
        "gmp"
      ]
    },
    "mpfr": {
      "description": "Build with mpfr",
      "dependencies": [
        "mpfr"
      ]
    },
    "tcmalloc": {
      "description": "Build with tcmalloc",
      "dependencies": [
        "gperftools"
      ]
    }
  }
}