summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/mvdefaults/package.py
blob: d6f7e7e0dba3cfe9c82e0e4cec64789ab3f6b637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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):

    version('1.0', 'abcdef')

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