aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/suitesparse-graphblas/vcpkg.json
blob: f3d710aa65bc18b58c6913ca73128bf5e6a90a44 (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
{
  "$comment": "Use scripts/update_suitesparse.py to update all SuiteSparse ports",
  "name": "suitesparse-graphblas",
  "version-semver": "10.1.1",
  "description": "SuiteSparse:GraphBLAS: graph algorithms in the language of linear algebra",
  "homepage": "https://people.engr.tamu.edu/davis/GraphBLAS.html",
  "license": null,
  "dependencies": [
    {
      "name": "suitesparse-graphblas",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "openmp": {
      "description": "Enable OpenMP support"
    },
    "precompiled": {
      "description": "Pre-compile kernels instead of using JIT compilation at runtime. Increases the library size and compile time by about 15x. Use the GRAPHBLAS_CACHE_PATH env var to set the JIT cache directory if not enabled."
    }
  }
}