Gromacs: simplify hwloc dependency. (#20619)

Additionaly remove the version constraint as newer versions work with OpenMPI 4.X.Y and the new experimental concretizer is now available for testing.
This commit is contained in:
Rémi Lacroix 2021-01-06 10:19:48 +01:00 committed by GitHub
parent 5aabd59335
commit 3f40d15c84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,8 +102,7 @@ class Gromacs(CMakePackage):
depends_on('lapack', when='+lapack')
depends_on('blas', when='+blas')
# TODO: openmpi constraint; remove when concretizer is fixed
depends_on('hwloc@:1.999', when='@:3.0.0')
depends_on('hwloc', when='+hwloc')
patch('gmxDetectCpu-cmake-3.14.patch', when='@2018:2019.3^cmake@3.14.0:')
patch('gmxDetectSimd-cmake-3.14.patch', when='@:2017.99^cmake@3.14.0:')