Add missing dependencies to gawk (#3481)

* Add missing dependencies to gawk

* Fix make check

* Add mawk packages and awk virtual dependency

* Use mawk instead of gawk to build ncurses

* Rearrange order of patches and dependencies
This commit is contained in:
Adam J. Stewart
2017-03-18 19:13:32 -05:00
committed by GitHub
parent 9d0a3c6b05
commit 4866b4592f
4 changed files with 55 additions and 6 deletions

View File

@@ -20,4 +20,5 @@ packages:
mpi: [openmpi, mpich]
blas: [openblas]
lapack: [openblas]
awk: [gawk]
pil: [py-pillow]