kaldi:refine dependency openfst (#18047)

This commit is contained in:
darmac 2020-08-17 06:32:23 +08:00 committed by GitHub
parent 34b7d99bec
commit 4428f59ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,8 @@ class Kaldi(Package): # Does not use Autotools
depends_on('openfst@1.4.1-patch', when='@2015-10-07')
depends_on('openfst@1.6.0:', when='@2018-07-11')
depends_on('openfst@1.6.0:', when='@2019-07-29')
depends_on('openfst@1.6.7:', when='@2019-09-29')
depends_on('openfst@1.6.7:1.7.3', when='@2019-09-29:')
depends_on('cub', when='@2019-07-29:')
depends_on('openfst')
patch('openfst-1.4.1.patch', when='@2015-10-07')