zeek/auxil/vcpkg/ports/magma/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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