summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/ecp-viz-sdk/package.py
blob: c9347e66d99799f1108d376961c4ee7dc2748684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 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)
from spack.package import *


class EcpVizSdk(Package):
    """Package that has a dependency with a variant which
    adds a transitive dependency forced to use non default
    values.
    """

    homepage = "https://dev.null"

    version("1.0")

    depends_on("conditional-constrained-dependencies")