clamr: needs cmake-3.1 (#7297)

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

View File

@ -46,6 +46,7 @@ class Clamr(CMakePackage):
values=('single', 'mixed', 'full'),
description='single, mixed, or full double precision values')
depends_on('cmake@3.1:')
depends_on('mpi')
depends_on('mpe', when='graphics=mpe')