summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/hpcviewer/package.py
blob: ccd24541b350fb34b9a0275ab88c85686f01ce99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
class Hpcviewer(AutotoolsPackage):
    """Uses version-test-pkg, as a build dependency"""
    homepage = "http://www.spack.org"
    url = "http://www.spack.org/downloads/aml-1.0.tar.gz"

    version('2019.02', '0123456789abcdef0123456789abcdef')

    depends_on('java@11:', type=('build', 'run'), when='@2021.0:')
    depends_on('java@8', type=('build', 'run'), when='@:2020')