zfp: Add python as explicit dependency (#23478)
A proposed fix for #23436
This commit is contained in:
parent
ff4fd6c5bc
commit
3b590177c9
@ -78,6 +78,7 @@ class Zfp(CMakePackage, CudaPackage):
|
||||
# Dependencies
|
||||
depends_on('cmake@3.4.0:', type='build')
|
||||
depends_on('cuda@7:', type=('build', 'test', 'run'), when='+cuda')
|
||||
depends_on('python', type=('build', 'test', 'run'), when='+python')
|
||||
depends_on('py-numpy', type=('build', 'test', 'run'), when='+python')
|
||||
depends_on('py-cython', type='build', when='+python')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user