summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amp/package.py
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/amp/package.py
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/amp/package.py')
-rw-r--r--var/spack/repos/builtin/packages/amp/package.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/amp/package.py b/var/spack/repos/builtin/packages/amp/package.py
index 0e232e6a50..e80b924b11 100644
--- a/var/spack/repos/builtin/packages/amp/package.py
+++ b/var/spack/repos/builtin/packages/amp/package.py
@@ -41,14 +41,11 @@ class Amp(CMakePackage):
to allow application domain scientists, computer scientists and
mathematicians to simulate, collaborate, and conduct research on
various aspects of massively parallel simulation algorithms."""
- homepage = "https://bitbucket.org/AdvancedMultiPhysics/amp"
-
- # ###################### Versions ##########################
- version("develop", hg="https://bitbucket.org/AdvancedMultiPhysics/amp")
- # ###################### Variants ##########################
+ homepage = "https://bitbucket.org/AdvancedMultiPhysics/amp"
+ hg = homepage
- # ###################### Dependencies ##########################
+ version('develop')
# Everything should be compiled position independent (-fpic)
depends_on('blas')