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:
parent
5aabd59335
commit
3f40d15c84
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ class Gromacs(CMakePackage):
|
||||||
depends_on('lapack', when='+lapack')
|
depends_on('lapack', when='+lapack')
|
||||||
depends_on('blas', when='+blas')
|
depends_on('blas', when='+blas')
|
||||||
|
|
||||||
# TODO: openmpi constraint; remove when concretizer is fixed
|
depends_on('hwloc', when='+hwloc')
|
||||||
depends_on('hwloc@:1.999', when='@:3.0.0')
|
|
||||||
|
|
||||||
patch('gmxDetectCpu-cmake-3.14.patch', when='@2018:2019.3^cmake@3.14.0:')
|
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:')
|
patch('gmxDetectSimd-cmake-3.14.patch', when='@:2017.99^cmake@3.14.0:')
|
||||||
|
|
Loading…
Reference in a new issue