Make gawk a dependency of dune

The duneproject script uses awk. On my machine it fails because system awk
is messed up by the spack set-up LD_LIBRARY_PATH.
This commit is contained in:
Dominic Kempf 2020-05-13 12:15:38 +02:00
parent d6c65b8249
commit cfc2682f58
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class Dune(CMakePackage):
extends('python') extends('python')
#option #option
depends_on('gawk')
depends_on('cmake@3.1:', type='build') depends_on('cmake@3.1:', type='build')
depends_on('mpi') depends_on('mpi')
depends_on('blas', when='+blas') depends_on('blas', when='+blas')