geopm: remove reference to nonexistent variant (#23084)
This commit is contained in:
parent
afd69866d1
commit
7dc9a0082b
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,7 +57,7 @@ class Geopm(AutotoolsPackage):
|
||||||
depends_on('doxygen', type='build', when='+doc')
|
depends_on('doxygen', type='build', when='+doc')
|
||||||
depends_on('numactl', when="@:1.0.0-rc2")
|
depends_on('numactl', when="@:1.0.0-rc2")
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('hwloc@1.11.9', when='@:0.5.1+hwloc')
|
depends_on('hwloc@1.11.9', when='@:0.5.1')
|
||||||
depends_on('json-c', when='@:0.9.9')
|
depends_on('json-c', when='@:0.9.9')
|
||||||
depends_on('py-cycler@0.10.0:', when="@1.0.0:", type=('build', 'run'))
|
depends_on('py-cycler@0.10.0:', when="@1.0.0:", type=('build', 'run'))
|
||||||
depends_on('py-pandas@0.22.0:', type=('build', 'run'))
|
depends_on('py-pandas@0.22.0:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue