mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:59:08 +08:00
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "magma",
|
|
"version": "2.8.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|