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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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