pgmath: depend on awk (#10200)

This commit is contained in:
Christoph Junghans 2018-12-26 13:46:52 -07:00 committed by GitHub
parent 42de399b18
commit 18b128e6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class Pgmath(CMakePackage):
version('develop', branch='master')
version('20180612', '62284e26214eaaff261a922c67f6878c')
depends_on("awk", type="build")
conflicts("%gcc@:7.1.9999")
root_cmakelists_dir = 'runtime/libpgmath'