summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/mvdefaults/package.py
blob: a45350a5c54c3b73fd30d26ae7b84c2412fa16f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2013-2021 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 Mvdefaults(Package):
    homepage = "http://www.example.com"
    url      = "http://www.example.com/mvdefaults-1.0.tar.gz"

    version('1.0', 'abcdef1234567890abcdef1234567890')

    variant('foo', values=('a', 'b', 'c'), default=('a', 'b', 'c'),
            multi=True, description='')