suite-sparse: add deps: mpfr, gmp (#19883)
This commit is contained in:
parent
8cf2806f00
commit
81cab3b271
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ class SuiteSparse(Package):
|
|||
variant('cuda', default=False, description='Build with CUDA')
|
||||
variant('openmp', default=False, description='Build with OpenMP')
|
||||
|
||||
depends_on('mpfr', type=('build', 'link'))
|
||||
depends_on('gmp', type=('build', 'link'))
|
||||
depends_on('blas')
|
||||
depends_on('lapack')
|
||||
depends_on('m4', type='build', when='@5.0.0:')
|
||||
|
|
Loading…
Reference in a new issue