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:
parent
d6c65b8249
commit
cfc2682f58
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue