From 4c6aca533ab0596a677d041b1766e88f045d42f4 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 23 Jul 2018 00:00:15 -0700 Subject: Add top-level attributes for hg, svn, and git A-L packages --- var/spack/repos/builtin/packages/amp/package.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'var/spack/repos/builtin/packages/amp/package.py') 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') -- cgit v1.2.3-60-g2f50