tau: %clang needs cmake for build (#28531)

* tau%clang needs cmake for build

* specify cmake@3.14:
This commit is contained in:
eugeneswalker 2022-01-25 09:18:56 -08:00 committed by GitHub
parent 4af334fb7e
commit fe76d6563a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,7 @@ class Tau(Package):
variant('ppc64le', default=False, description='Build for IBM Power LE nodes')
variant('x86_64', default=False, description='Force build for x86 Linux instead of auto-detect')
depends_on('cmake@3.14:', type='build', when='%clang')
depends_on('zlib', type='link')
depends_on('pdt', when='+pdt') # Required for TAU instrumentation
depends_on('scorep', when='+scorep')