vcpkg/ports/ginkgo/vcpkg.json
Lily Wang 27fb19bdcc
[many ports] Fix URLS of download patch (#33309)
* [many ports] Fix URLS of download patch

* update version

* Fix opencv4 and minhook

* update version
2023-08-23 12:03:24 -07:00

30 lines
742 B
JSON

{
"name": "ginkgo",
"version-semver": "1.4.0",
"port-version": 2,
"description": "Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems. Note that the OpenMP feature is not available on Windows.",
"homepage": "https://github.com/ginkgo-project/ginkgo",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cuda": {
"description": "Build the CUDA backend of Ginkgo",
"dependencies": [
"cuda"
]
},
"openmp": {
"description": "Build the OpenMP backend of Ginkgo"
}
}
}