This reverts commit 531b1c5c3d
.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
# 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)
|
||||
|
||||
from spack 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')
|
@@ -1,10 +0,0 @@
|
||||
# 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)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class Hwloc(Package):
|
||||
version('2.0.3')
|
@@ -1,15 +0,0 @@
|
||||
# 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)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class Openmpi(Package):
|
||||
version('4.1.1')
|
||||
|
||||
variant('internal-hwloc', default=False)
|
||||
variant('fabrics', values=any_combination_of('psm', 'mxm'))
|
||||
|
||||
depends_on('hwloc', when="~internal-hwloc")
|
Reference in New Issue
Block a user