From 8d7c7eb727819dd143b517343d2b8c403f224037 Mon Sep 17 00:00:00 2001 From: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Date: Sat, 17 Aug 2024 02:00:55 -0700 Subject: [PATCH] [magma] Update to 2.8.0 (#40497) Co-authored-by: Monica --- ports/magma/portfile.cmake | 2 +- ports/magma/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/m-/magma.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/magma/portfile.cmake b/ports/magma/portfile.cmake index fc117d6558..7c716c6f38 100644 --- a/ports/magma/portfile.cmake +++ b/ports/magma/portfile.cmake @@ -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( diff --git a/ports/magma/vcpkg.json b/ports/magma/vcpkg.json index eec7bc6a86..c6f55b99ed 100644 --- a/ports/magma/vcpkg.json +++ b/ports/magma/vcpkg.json @@ -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, diff --git a/versions/baseline.json b/versions/baseline.json index a927dc5cc8..dae4b9bc19 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5609,7 +5609,7 @@ "port-version": 3 }, "magma": { - "baseline": "2.7.2", + "baseline": "2.8.0", "port-version": 0 }, "magnum": { diff --git a/versions/m-/magma.json b/versions/m-/magma.json index 29a77b62f9..8910f52e6f 100644 --- a/versions/m-/magma.json +++ b/versions/m-/magma.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "07a55182c9e5bace6cbaff6e08c77a54fdcdcdbc", + "version": "2.8.0", + "port-version": 0 + }, { "git-tree": "44b519ef789c70ffb247ac2fc1686038b0616515", "version": "2.7.2",