summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/aspa/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/aspa/package.py')
-rw-r--r--var/spack/repos/builtin/packages/aspa/package.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/aspa/package.py b/var/spack/repos/builtin/packages/aspa/package.py
index 69ec2c0d1f..e58c8ade24 100644
--- a/var/spack/repos/builtin/packages/aspa/package.py
+++ b/var/spack/repos/builtin/packages/aspa/package.py
@@ -32,12 +32,14 @@ class Aspa(MakefilePackage):
demands upon the exascale ecosystem that need to be identified and
quantified.
"""
- tags = ['proxy-app']
+
homepage = "http://www.exmatex.org/aspa.html"
- url = "https://github.com/exmatex/ASPA/archive/master.tar.gz"
+ git = "https://github.com/exmatex/ASPA.git"
+
+ tags = ['proxy-app']
+
+ version('master', branch='master')
- version('master', git='https://github.com/exmatex/ASPA.git',
- description='master')
variant('mpi', default=True, description='Build with MPI Support')
depends_on('lapack')