Replace git=git with explicit branch names

This commit is contained in:
Adam J. Stewart
2018-07-24 21:08:43 -05:00
committed by Todd Gamblin
parent 3f18c04865
commit 31417bf66c
29 changed files with 32 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ class Libxsmm(MakefilePackage):
url = 'https://github.com/hfp/libxsmm/archive/1.9.tar.gz'
git = 'https://github.com/hfp/libxsmm.git'
version('develop', git=git)
version('develop', branch='master')
version('1.9', 'a001a491d9b98239bc2bfd906bd09d90')
version('1.8.3', '3415928340929c3a29773934de05c978')
version('1.8.2', '8f11ece699244c28dcb6742969a2ccd4')