summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHans Pabst <hans.pabst@intel.com>2021-12-03 19:48:40 +0100
committerGitHub <noreply@github.com>2021-12-03 10:48:40 -0800
commit23bd0f3178f7aa5428d0f0d8974c0eddc65a6513 (patch)
treeb1c70b4e04a5bb54091f0addc7a2cfa23b8c1989 /var
parent0e7220b2f2f83cd6797b016d7e9d292b5fe72f30 (diff)
downloadspack-23bd0f3178f7aa5428d0f0d8974c0eddc65a6513.tar.gz
spack-23bd0f3178f7aa5428d0f0d8974c0eddc65a6513.tar.bz2
spack-23bd0f3178f7aa5428d0f0d8974c0eddc65a6513.tar.xz
spack-23bd0f3178f7aa5428d0f0d8974c0eddc65a6513.zip
LIBXSMM 1.17 (#27775)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libxsmm/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libxsmm/package.py b/var/spack/repos/builtin/packages/libxsmm/package.py
index df1e6e51bf..a9c4973ff3 100644
--- a/var/spack/repos/builtin/packages/libxsmm/package.py
+++ b/var/spack/repos/builtin/packages/libxsmm/package.py
@@ -15,12 +15,13 @@ class Libxsmm(MakefilePackage):
and deep learning primitives."""
homepage = 'https://github.com/hfp/libxsmm'
- url = 'https://github.com/hfp/libxsmm/archive/1.16.3.tar.gz'
+ url = 'https://github.com/hfp/libxsmm/archive/1.17.tar.gz'
git = 'https://github.com/hfp/libxsmm.git'
maintainers = ['hfp']
version('master', branch='master')
+ version('1.17', sha256='8b642127880e92e8a75400125307724635ecdf4020ca4481e5efe7640451bb92')
version('1.16.3', sha256='e491ccadebc5cdcd1fc08b5b4509a0aba4e2c096f53d7880062a66b82a0baf84')
version('1.16.2', sha256='bdc7554b56b9e0a380fc9c7b4f4394b41be863344858bc633bc9c25835c4c64e')
version('1.16.1', sha256='93dc7a3ec40401988729ddb2c6ea2294911261f7e6cd979cf061b5c3691d729d')