yoda: add zlib as a dependency (#26454)
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
ca30940868
commit
372fc78e98
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class Yoda(AutotoolsPackage):
|
|||
|
||||
depends_on('python', type=('build', 'run'))
|
||||
depends_on('py-future', type=('build', 'run'))
|
||||
depends_on('zlib')
|
||||
depends_on('boost', when='@:1.6.0', type=('build', 'run'))
|
||||
depends_on('py-cython@0.18:', type='build', when='@:1.4.0')
|
||||
depends_on('py-cython@0.20:', type='build', when='@1.4.0:1.6.5')
|
||||
|
|
Loading…
Reference in a new issue