summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/allinea-reports/package.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-05-10 16:40:46 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2016-05-11 11:32:08 -0500
commit5879f8207fe005a485c09a3d8802493455ba16ac (patch)
tree7402ba178921da8ed85da20bacf28f8f7f03e841 /var/spack/repos/builtin/packages/allinea-reports/package.py
parentee7ec4fa66aed5bcbdb97fddf2303b3debab5c4e (diff)
downloadspack-5879f8207fe005a485c09a3d8802493455ba16ac.tar.gz
spack-5879f8207fe005a485c09a3d8802493455ba16ac.tar.bz2
spack-5879f8207fe005a485c09a3d8802493455ba16ac.tar.xz
spack-5879f8207fe005a485c09a3d8802493455ba16ac.zip
Flake8 formatting changes
Diffstat (limited to 'var/spack/repos/builtin/packages/allinea-reports/package.py')
-rw-r--r--var/spack/repos/builtin/packages/allinea-reports/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/allinea-reports/package.py b/var/spack/repos/builtin/packages/allinea-reports/package.py
index 526d51c688..0099e6e64c 100644
--- a/var/spack/repos/builtin/packages/allinea-reports/package.py
+++ b/var/spack/repos/builtin/packages/allinea-reports/package.py
@@ -1,9 +1,11 @@
from spack import *
+
class AllineaReports(Package):
"""Allinea Performance Reports are the most effective way to characterize
- and understand the performance of HPC application runs. One single-page HTML
- report elegantly answers a range of vital questions for any HPC site"""
+ and understand the performance of HPC application runs. One single-page
+ HTML report elegantly answers a range of vital questions for any HPC site
+ """
homepage = "http://www.allinea.com/products/allinea-performance-reports"
@@ -16,13 +18,11 @@ class AllineaReports(Package):
license_vars = ['ALLINEA_LICENCE_FILE', 'ALLINEA_LICENSE_FILE']
license_url = 'http://www.allinea.com/user-guide/reports/Installation.html'
-
def url_for_version(self, version):
# TODO: add support for other architectures/distributions
url = "http://content.allinea.com/downloads/"
return url + "allinea-reports-%s-Redhat-6.0-x86_64.tar" % version
-
def install(self, spec, prefix):
textinstall = which('textinstall.sh')
textinstall('--accept-licence', prefix)