libxsmm: update URL (#49155)

This commit is contained in:
Nils Vu
2025-02-22 01:04:49 -08:00
committed by GitHub
parent 910a4e6d22
commit 1331332dcf

View File

@@ -13,9 +13,9 @@ class Libxsmm(MakefilePackage):
and sparse matrix operations, and sparse matrix operations,
and deep learning primitives.""" and deep learning primitives."""
homepage = "https://github.com/hfp/libxsmm" homepage = "https://github.com/libxsmm/libxsmm"
url = "https://github.com/hfp/libxsmm/archive/1.17.tar.gz" url = "https://github.com/libxsmm/libxsmm/archive/1.17.tar.gz"
git = "https://github.com/hfp/libxsmm.git" git = "https://github.com/libxsmm/libxsmm.git"
maintainers("hfp") maintainers("hfp")