nut: needs cmake-3.0 (#7298)

Found in proxyapps/proxy-ci#2
This commit is contained in:
Christoph Junghans 2018-02-21 10:10:14 -07:00 committed by Todd Gamblin
parent 9ab80cc268
commit 17b7f05975

View file

@ -42,6 +42,7 @@ class Nut(CMakePackage):
'openmp', git='https://github.com/lanl/NuT.git', 'openmp', git='https://github.com/lanl/NuT.git',
branch='openmp') branch='openmp')
depends_on('cmake@3.0:')
depends_on('random123') depends_on('random123')
conflicts('%intel', when='@serial') conflicts('%intel', when='@serial')