superlu depends on tcsh for build (#20381)

This commit is contained in:
eugeneswalker 2020-12-17 12:26:18 -08:00 committed by GitHub
parent e858bb2961
commit 105ee757bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class Superlu(Package):
variant('pic', default=True,
description='Build with position independent code')
depends_on('tcsh', type='build')
depends_on('cmake', when='@5.2.1:', type='build')
depends_on('blas')