mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:17:16 +08:00
97dd26728e
* Add magma port * fix patch * no cmake config to fix * deleted wrong dir * mark magma fail in ci baseline * v db * fix Cflags * v db --------- Co-authored-by: MonicaLiu <liuyumei01@beyondsoft.com>
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"name": "magma",
|
|
"version": "2.7.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|