Add updated kaldi and openfst (#14398)
* add openfst v1.6.7 and kaldi from 2019-09-29 * revert openfst package version in url
This commit is contained in:
		 Thom Troy
					Thom Troy
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							37b11d0468
						
					
				
				
					commit
					0950f5ffa3
				
			| @@ -18,6 +18,7 @@ class Kaldi(Package):    # Does not use Autotools | |||||||
|     git      = "https://github.com/kaldi-asr/kaldi.git" |     git      = "https://github.com/kaldi-asr/kaldi.git" | ||||||
| 
 | 
 | ||||||
|     version('master') |     version('master') | ||||||
|  |     version('2019-09-29', commit='6ffde4b41c58de778245149690927d592cd5956a') | ||||||
|     version('2019-07-29', commit='7637de77e0a77bf280bef9bf484e4f37c4eb9475') |     version('2019-07-29', commit='7637de77e0a77bf280bef9bf484e4f37c4eb9475') | ||||||
|     version('2018-07-11', commit='6f2140b032b0108bc313eefdca65151289642773') |     version('2018-07-11', commit='6f2140b032b0108bc313eefdca65151289642773') | ||||||
|     version('2015-10-07', commit='c024e8aa0a727bf76c91a318f76a1f8b0b59249e') |     version('2015-10-07', commit='c024e8aa0a727bf76c91a318f76a1f8b0b59249e') | ||||||
| @@ -37,6 +38,7 @@ class Kaldi(Package):    # Does not use Autotools | |||||||
|     depends_on('openfst@1.4.1-patch', when='@2015-10-07') |     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='@2018-07-11') | ||||||
|     depends_on('openfst@1.6.0:', when='@2019-07-29') |     depends_on('openfst@1.6.0:', when='@2019-07-29') | ||||||
|  |     depends_on('openfst@1.6.7:', when='@2019-09-29') | ||||||
|     depends_on('cub', when='@2019-07-29:') |     depends_on('cub', when='@2019-07-29:') | ||||||
|     depends_on('openfst') |     depends_on('openfst') | ||||||
| 
 | 
 | ||||||
|   | |||||||
| @@ -16,6 +16,7 @@ class Openfst(AutotoolsPackage): | |||||||
|     url      = "http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.6.1.tar.gz" |     url      = "http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.6.1.tar.gz" | ||||||
|     list_url = "http://www.openfst.org/twiki/bin/view/FST/FstDownload" |     list_url = "http://www.openfst.org/twiki/bin/view/FST/FstDownload" | ||||||
| 
 | 
 | ||||||
|  |     version('1.6.7',  sha256='e21a486d827cde6a592c8e91721e4540ad01a5ae35a60423cf17be4d716017f7') | ||||||
|     version('1.6.1',  sha256='5245af8ebccb96208eec2dfe3b3a81143d3565a4d41220bff299287fb3333f7d') |     version('1.6.1',  sha256='5245af8ebccb96208eec2dfe3b3a81143d3565a4d41220bff299287fb3333f7d') | ||||||
|     version('1.6.0',  sha256='c03467951631af3f74a6f33ffd50f04285bc4562f79127afd95785120379d293') |     version('1.6.0',  sha256='c03467951631af3f74a6f33ffd50f04285bc4562f79127afd95785120379d293') | ||||||
|     version('1.5.4',  sha256='acc115aaaa33de53de62dae44120ab368fabaea06f52606b77714081ecd32657') |     version('1.5.4',  sha256='acc115aaaa33de53de62dae44120ab368fabaea06f52606b77714081ecd32657') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user