Gromacs conflicts with cmake@3.10: . (#8956)
This commit is contained in:
parent
c2b913d709
commit
c1daedfdbf
@ -69,8 +69,8 @@ class Gromacs(CMakePackage):
|
||||
depends_on('plumed+mpi', when='+plumed+mpi')
|
||||
depends_on('plumed~mpi', when='+plumed~mpi')
|
||||
depends_on('fftw')
|
||||
depends_on('cmake@2.8.8:', type='build')
|
||||
depends_on('cmake@3.4.3:', type='build', when='@2018:')
|
||||
depends_on('cmake@2.8.8:3.9.99', type='build')
|
||||
depends_on('cmake@3.4.3:3.9.99', type='build', when='@2018:')
|
||||
depends_on('cuda', when='+cuda')
|
||||
|
||||
def patch(self):
|
||||
|
Loading…
Reference in New Issue
Block a user