summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/camellia
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-07-23 00:00:15 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2018-07-25 23:10:10 -0700
commit4c6aca533ab0596a677d041b1766e88f045d42f4 (patch)
tree5a60f920b31d1c8f88104bc886b3803d20ca4f26 /var/spack/repos/builtin/packages/camellia
parent5f00056490665ef6ddd7389966480bca7d2f3a04 (diff)
downloadspack-4c6aca533ab0596a677d041b1766e88f045d42f4.tar.gz
spack-4c6aca533ab0596a677d041b1766e88f045d42f4.tar.bz2
spack-4c6aca533ab0596a677d041b1766e88f045d42f4.tar.xz
spack-4c6aca533ab0596a677d041b1766e88f045d42f4.zip
Add top-level attributes for hg, svn, and git A-L packages
Diffstat (limited to 'var/spack/repos/builtin/packages/camellia')
-rw-r--r--var/spack/repos/builtin/packages/camellia/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/camellia/package.py b/var/spack/repos/builtin/packages/camellia/package.py
index 147c2181e7..715c19f041 100644
--- a/var/spack/repos/builtin/packages/camellia/package.py
+++ b/var/spack/repos/builtin/packages/camellia/package.py
@@ -31,10 +31,11 @@ class Camellia(CMakePackage):
"""
homepage = "https://bitbucket.org/nateroberts/Camellia"
- url = "https://bitbucket.org/nateroberts/camellia.git"
+ git = "https://bitbucket.org/nateroberts/camellia.git"
maintainers = ['CamelliaDPG']
- version('master', git='https://bitbucket.org/nateroberts/camellia.git', branch='master')
+
+ version('master', branch='master')
variant('moab', default=True, description='Compile with MOAB to include support for reading standard mesh formats')