petsc@xsdk-0.2.0: fix sowing dependency (#10535)
This commit is contained in:
parent
753fec39ae
commit
0ad1b2a2c8
@ -98,6 +98,7 @@ class Petsc(Package):
|
||||
# Virtual dependencies
|
||||
# Git repository needs sowing to build Fortran interface
|
||||
depends_on('sowing', when='@develop')
|
||||
depends_on('sowing@1.1.23-p1', when='@xsdk-0.2.0')
|
||||
|
||||
# PETSc, hypre, superlu_dist when built with int64 use 32 bit integers
|
||||
# with BLAS/LAPACK
|
||||
|
Loading…
Reference in New Issue
Block a user