parsec: add missing build deps on flex/bison (#25373)
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
This commit is contained in:
parent
aef4696593
commit
66fc6940a0
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ class Parsec(CMakePackage, CudaPackage):
|
|||
|
||||
depends_on('cmake@3.16:', type='build')
|
||||
depends_on('python', type='build')
|
||||
depends_on('flex', type='build')
|
||||
depends_on('bison', type='build')
|
||||
depends_on('hwloc')
|
||||
depends_on('mpi')
|
||||
depends_on('papi', when='+profile')
|
||||
|
|
Loading…
Reference in a new issue