Replace git=git with explicit branch names
This commit is contained in:

committed by
Todd Gamblin

parent
3f18c04865
commit
31417bf66c
@@ -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')
|
||||
|
Reference in New Issue
Block a user