petsc: add explicit build dependency: diffutils (#17979)
This commit is contained in:
parent
015ea82bd5
commit
25a0d89b58
@ -159,6 +159,8 @@ class Petsc(Package):
|
|||||||
|
|
||||||
patch('xlf_fix-dup-petscfecreate.patch', when='@3.11.0')
|
patch('xlf_fix-dup-petscfecreate.patch', when='@3.11.0')
|
||||||
|
|
||||||
|
depends_on('diffutils', type='build')
|
||||||
|
|
||||||
# Virtual dependencies
|
# Virtual dependencies
|
||||||
# Git repository needs sowing to build Fortran interface
|
# Git repository needs sowing to build Fortran interface
|
||||||
depends_on('sowing', when='@develop')
|
depends_on('sowing', when='@develop')
|
||||||
|
Loading…
Reference in New Issue
Block a user