summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/vdefault-or-external-root/package.py
blob: fc85c778c33891dc3282a183f29b85798b31369f (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 VdefaultOrExternalRoot(Package):
    """Test that we don't prefer adding an external to using
    a default variant value.
    """

    homepage = "https://www.example.org"
    url = "https://example.org/files/v3.4/cmake-3.4.3.tar.gz"

    version("1.0", md5="4cb3ff35b2472aae70f542116d616e63")

    depends_on("vdefault-or-external")