mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:59:07 +08:00
410a157896
* [ginkgo] add release 1.4.0 * [ginkgo] x-add-version * Update ports/ginkgo/usage * [ginkgo] download large patch on demand * [ginkgo] x-add-version
27 lines
634 B
JSON
27 lines
634 B
JSON
{
|
|
"name": "ginkgo",
|
|
"version-semver": "1.4.0",
|
|
"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.",
|
|
"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"
|
|
}
|
|
}
|
|
}
|