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

committed by
Todd Gamblin

parent
3f18c04865
commit
31417bf66c
@@ -46,7 +46,7 @@ class Kahip(SConsPackage):
|
||||
url = 'http://algo2.iti.kit.edu/schulz/software_releases/KaHIP_2.00.tar.gz'
|
||||
git = 'https://github.com/schulzchristian/KaHIP.git'
|
||||
|
||||
version('develop', git=git)
|
||||
version('develop', branch='master')
|
||||
version('2.00', '0a66b0a604ad72cfb7e3dce00e2c9fdfac82b855')
|
||||
|
||||
depends_on('argtable')
|
||||
|
Reference in New Issue
Block a user