suite-sparse: add cmake dependency (#7538)
This commit is contained in:
parent
71055a8ef4
commit
75c9083139
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class SuiteSparse(Package):
|
|||
|
||||
depends_on('blas')
|
||||
depends_on('lapack')
|
||||
depends_on('cmake', when='@5.2.0:', type='build')
|
||||
|
||||
depends_on('metis@5.1.0', when='@4.5.1:')
|
||||
# in @4.5.1. TBB support in SPQR seems to be broken as TBB-related linkng
|
||||
|
|
Loading…
Reference in a new issue