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:
parent
71cb46afde
commit
a4a64e1fbd
@ -91,7 +91,6 @@ class Gromacs(CMakePackage):
|
||||
depends_on('plumed+mpi', when='+plumed+mpi')
|
||||
depends_on('plumed~mpi', when='+plumed~mpi')
|
||||
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@3.4.3:3.99.99', type='build', when='@2018:')
|
||||
depends_on('cmake@3.13.0:3.99.99', type='build', when='@master')
|
||||
|
Loading…
Reference in New Issue
Block a user