Final flake8 changes
This commit is contained in:
@@ -13,10 +13,10 @@ class AllineaForge(Package):
|
||||
|
||||
# Licensing
|
||||
license_required = True
|
||||
license_comment = '#'
|
||||
license_files = ['licences/Licence']
|
||||
license_vars = ['ALLINEA_LICENCE_FILE', 'ALLINEA_LICENSE_FILE']
|
||||
license_url = 'http://www.allinea.com/user-guide/forge/Installation.html'
|
||||
license_comment = '#'
|
||||
license_files = ['licences/Licence']
|
||||
license_vars = ['ALLINEA_LICENCE_FILE', 'ALLINEA_LICENSE_FILE']
|
||||
license_url = 'http://www.allinea.com/user-guide/forge/Installation.html'
|
||||
|
||||
def url_for_version(self, version):
|
||||
# TODO: add support for other architectures/distributions
|
||||
|
@@ -13,10 +13,10 @@ class AllineaReports(Package):
|
||||
|
||||
# Licensing
|
||||
license_required = True
|
||||
license_comment = '#'
|
||||
license_files = ['licences/Licence']
|
||||
license_vars = ['ALLINEA_LICENCE_FILE', 'ALLINEA_LICENSE_FILE']
|
||||
license_url = 'http://www.allinea.com/user-guide/reports/Installation.html'
|
||||
license_comment = '#'
|
||||
license_files = ['licences/Licence']
|
||||
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
|
||||
|
@@ -11,10 +11,10 @@ class Nag(Package):
|
||||
|
||||
# Licensing
|
||||
license_required = True
|
||||
license_comment = '!'
|
||||
license_files = ['lib/nag.key']
|
||||
license_vars = ['NAG_KUSARI_FILE']
|
||||
license_url = 'http://www.nag.com/doc/inun/np61/lin-mac/klicence.txt'
|
||||
license_comment = '!'
|
||||
license_files = ['lib/nag.key']
|
||||
license_vars = ['NAG_KUSARI_FILE']
|
||||
license_url = 'http://www.nag.com/doc/inun/np61/lin-mac/klicence.txt'
|
||||
|
||||
def url_for_version(self, version):
|
||||
# TODO: url and checksum are architecture dependent
|
||||
|
@@ -15,29 +15,29 @@ class Pgi(Package):
|
||||
set up a mirror, see http://software.llnl.gov/spack/mirrors.html"""
|
||||
|
||||
homepage = "http://www.pgroup.com/"
|
||||
url = "file://%s/pgi-16.3.tar.gz" % os.getcwd()
|
||||
url = "file://%s/pgi-16.3.tar.gz" % os.getcwd()
|
||||
|
||||
version('16.3', '618cb7ddbc57d4e4ed1f21a0ab25f427')
|
||||
|
||||
variant('network', default=True,
|
||||
description="Perform a network install")
|
||||
description="Perform a network install")
|
||||
variant('single', default=False,
|
||||
description="Perform a single system install")
|
||||
description="Perform a single system install")
|
||||
variant('nvidia', default=False,
|
||||
description="Enable installation of optional NVIDIA components")
|
||||
description="Enable installation of optional NVIDIA components")
|
||||
variant('amd', default=False,
|
||||
description="Enable installation of optional AMD components")
|
||||
description="Enable installation of optional AMD components")
|
||||
variant('java', default=False,
|
||||
description="Enable installation of Java Runtime Environment")
|
||||
description="Enable installation of Java Runtime Environment")
|
||||
variant('mpi', default=False,
|
||||
description="Enable installation of Open MPI")
|
||||
description="Enable installation of Open MPI")
|
||||
|
||||
# Licensing
|
||||
license_required = True
|
||||
license_comment = '#'
|
||||
license_files = ['license.dat']
|
||||
license_vars = ['PGROUPD_LICENSE_FILE', 'LM_LICENSE_FILE']
|
||||
license_url = 'http://www.pgroup.com/doc/pgiinstall.pdf'
|
||||
license_comment = '#'
|
||||
license_files = ['license.dat']
|
||||
license_vars = ['PGROUPD_LICENSE_FILE', 'LM_LICENSE_FILE']
|
||||
license_url = 'http://www.pgroup.com/doc/pgiinstall.pdf'
|
||||
|
||||
def install(self, spec, prefix):
|
||||
# Enable the silent installation feature
|
||||
|
Reference in New Issue
Block a user