diff options
Diffstat (limited to 'vcpkg/ports/suitesparse-graphblas/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/suitesparse-graphblas/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/suitesparse-graphblas/vcpkg.json b/vcpkg/ports/suitesparse-graphblas/vcpkg.json new file mode 100644 index 0000000..f3d710a --- /dev/null +++ b/vcpkg/ports/suitesparse-graphblas/vcpkg.json @@ -0,0 +1,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." + } + } +} |