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


class Mvapich2(Package):
    homepage = "http://www.homepage.org"
    url = "http://www.someurl"

    version('1.5', '9c5d5d4fe1e17dd12153f40bc5b6dbc0')

    variant(
        'file_systems',
        description='List of the ROMIO file systems to activate',
        values=auto_or_any_combination_of('lustre', 'gpfs', 'nfs', 'ufs'),
    )