summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/depends-on-openmpi/package.py
blob: c269e0ff452e34ba0b7ea5e9292d3b77c4478d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2023 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 DependsOnOpenmpi(Package):
    """For testing concretization of packages that use
    `spack external read-cray-manifest`"""

    depends_on("openmpi")

    version("1.0")
    version("0.9")