Gromacs: Remove a dependency that could never be enabled. (#19599)

The `fft` variant was removed but not the associated dependency.
This commit is contained in:
Rémi Lacroix 2020-10-29 17:08:13 +01:00 committed by GitHub
parent 71cb46afde
commit a4a64e1fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,6 @@ class Gromacs(CMakePackage):
depends_on('plumed+mpi', when='+plumed+mpi') depends_on('plumed+mpi', when='+plumed+mpi')
depends_on('plumed~mpi', when='+plumed~mpi') depends_on('plumed~mpi', when='+plumed~mpi')
depends_on('fftw-api@3') depends_on('fftw-api@3')
depends_on('mkl', when='fft=mkl')
depends_on('cmake@2.8.8:3.99.99', type='build') depends_on('cmake@2.8.8:3.99.99', type='build')
depends_on('cmake@3.4.3:3.99.99', type='build', when='@2018:') depends_on('cmake@3.4.3:3.99.99', type='build', when='@2018:')
depends_on('cmake@3.13.0:3.99.99', type='build', when='@master') depends_on('cmake@3.13.0:3.99.99', type='build', when='@master')