foam-extend, sundials: add cmake as a builddep

The sundials doesn't use CMake directly, but it is referenced in the
patch step. I suspect it calls CMake somewhere else in its build system.
This commit is contained in:
Ben Boeckel
2016-06-29 15:06:21 -04:00
parent d71a12438b
commit a0584c78a8
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class FoamExtend(Package):
depends_on('python')
depends_on('flex@:2.5.99')
depends_on('zlib')
depends_on('cmake', type='build')
depends_on('scotch ~ metis', when='~ptscotch+scotch')
depends_on('scotch ~ metis + mpi', when='+ptscotch')