flecsi: fix build (#9129)

This commit is contained in:
Christoph Junghans
2018-08-29 09:23:02 -06:00
committed by GitHub
parent f540b2ca1b
commit 5de47da740

View File

@@ -47,6 +47,7 @@ class Flecsi(CMakePackage):
depends_on("cmake@3.1:", type='build')
depends_on("legion+shared", when='~mpi')
depends_on("legion+shared+mpi", when='+mpi')
depends_on("parmetis")
def cmake_args(self):
options = ['-DENABLE_UNIT_TESTS=ON']