superlu depends on tcsh for build (#20381)
This commit is contained in:
parent
e858bb2961
commit
105ee757bc
@ -18,6 +18,7 @@ class Superlu(Package):
|
|||||||
variant('pic', default=True,
|
variant('pic', default=True,
|
||||||
description='Build with position independent code')
|
description='Build with position independent code')
|
||||||
|
|
||||||
|
depends_on('tcsh', type='build')
|
||||||
depends_on('cmake', when='@5.2.1:', type='build')
|
depends_on('cmake', when='@5.2.1:', type='build')
|
||||||
depends_on('blas')
|
depends_on('blas')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user