mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[magma] Update to 2.8.0 (#40497)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
65f623bee6
commit
8d7c7eb727
@ -11,7 +11,7 @@ vcpkg_download_distfile(
|
||||
dist_file
|
||||
URLS https://icl.utk.edu/projectsfiles/magma/downloads/magma-${VERSION}.tar.gz
|
||||
FILENAME magma-${VERSION}.tar.gz
|
||||
SHA512 7ab52ad09f452f7b997da573f74465d5bc8c83392f724747b131a7015b1445c457defdb59ae7a2fd4930e2cdc5bce3c7b99a069f04db1752a5df36ddc6e84987
|
||||
SHA512 4c2d7c472a69f3b0d491410900db1622478476673e4896dcec26060b839918cdf3cfdfb2680ecbb2042335e8bcc11c44244a82d11e15ba93c489ae5c66d7385a
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "magma",
|
||||
"version": "2.7.2",
|
||||
"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,
|
||||
|
@ -5609,7 +5609,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"magma": {
|
||||
"baseline": "2.7.2",
|
||||
"baseline": "2.8.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"magnum": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "07a55182c9e5bace6cbaff6e08c77a54fdcdcdbc",
|
||||
"version": "2.8.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "44b519ef789c70ffb247ac2fc1686038b0616515",
|
||||
"version": "2.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user