petsc: add explicit build dependency: diffutils (#17979)

This commit is contained in:
eugeneswalker 2020-08-12 13:42:03 -07:00 committed by GitHub
parent 015ea82bd5
commit 25a0d89b58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,8 @@ class Petsc(Package):
patch('xlf_fix-dup-petscfecreate.patch', when='@3.11.0')
depends_on('diffutils', type='build')
# Virtual dependencies
# Git repository needs sowing to build Fortran interface
depends_on('sowing', when='@develop')