mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:21:37 +08:00
8d7c7eb727
Co-authored-by: Monica <v-liumonica@microsoft.com>
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"name": "magma",
|
|
"version": "2.8.0",
|
|
"description": "Matrix Algebra on GPU and Multi-core Architectures (MAGMA) is a collection of next-generation linear algebra libraries for heterogeneous computing",
|
|
"homepage": "https://icl.utk.edu/magma/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"blas",
|
|
"cuda",
|
|
"lapack",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|