Add top-level attributes for hg, svn, and git A-L packages

This commit is contained in:
Adam J. Stewart
2018-07-23 00:00:15 -07:00
committed by Todd Gamblin
parent 5f00056490
commit 4c6aca533a
152 changed files with 468 additions and 493 deletions

View File

@@ -22,11 +22,11 @@ class Plasma(MakefilePackage):
homepage = "https://bitbucket.org/icl/plasma/"
url = "https://bitbucket.org/icl/plasma/downloads/plasma-17.1.tar.gz"
hg = "https://luszczek@bitbucket.org/icl/plasma"
version("develop", hg=hg)
version("17.1", "64b410b76023a41b3f07a5f0dca554e1")
version("develop", hg="https://luszczek@bitbucket.org/icl/plasma")
variant('shared', default=True, description="Build shared library (disables static library)")
depends_on("blas")