vcpkg/ports/magma/vcpkg.json
MonicaLiu 8d7c7eb727
[magma] Update to 2.8.0 (#40497)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-08-17 02:00:55 -07:00

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
}
]
}