bbcp: fix cloning "master" version (#37802)
This commit is contained in:
parent
f057d7154b
commit
ddec7f8aec
@ -12,7 +12,10 @@ class Bbcp(Package):
|
||||
homepage = "https://www.slac.stanford.edu/~abh/bbcp/"
|
||||
git = "https://www.slac.stanford.edu/~abh/bbcp/bbcp.git"
|
||||
|
||||
version("master", branch="master")
|
||||
maintainers("vanderwb")
|
||||
|
||||
# Stanford's git server does not support "smart https" shallow clones
|
||||
version("master", branch="master", get_full_repo=True)
|
||||
|
||||
depends_on("zlib")
|
||||
depends_on("openssl")
|
||||
|
Loading…
Reference in New Issue
Block a user