2021-03-30 00:52:37 +08:00
{
"name" : "ginkgo" ,
2023-10-14 01:55:58 +08:00
"version-semver" : "1.6.0" ,
2021-08-27 00:34:31 +08:00
"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." ,
2023-08-24 03:03:24 +08:00
"homepage" : "https://github.com/ginkgo-project/ginkgo" ,
"license" : "BSD-3-Clause" ,
2023-10-14 01:55:58 +08:00
"supports" : "!(x86 | android)" ,
2021-03-30 00:52:37 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
"features" : {
"cuda" : {
"description" : "Build the CUDA backend of Ginkgo" ,
"dependencies" : [
"cuda"
]
} ,
2023-10-14 01:55:58 +08:00
"mpi" : {
"description" : "Build the distributed MPI backend of Ginkgo" ,
"dependencies" : [
"mpi"
]
} ,
2021-03-30 00:52:37 +08:00
"openmp" : {
"description" : "Build the OpenMP backend of Ginkgo"
}
}
}