Add top-level attributes for hg, svn, and git A-L packages
This commit is contained in:

committed by
Todd Gamblin

parent
5f00056490
commit
4c6aca533a
@@ -35,13 +35,11 @@ class Kaldi(Package): # Does not use Autotools
|
||||
Kaldi is intended for use by speech recognition researchers."""
|
||||
|
||||
homepage = "https://github.com/kaldi-asr/kaldi"
|
||||
url = "https://github.com/kaldi-asr/kaldi/archive/master.zip"
|
||||
git = "https://github.com/kaldi-asr/kaldi.git"
|
||||
|
||||
version('master', git='https://github.com/kaldi-asr/kaldi.git')
|
||||
version('2018-07-11', git='https://github.com/kaldi-asr/kaldi.git',
|
||||
commit='6f2140b032b0108bc313eefdca65151289642773')
|
||||
version('2015-10-07', git='https://github.com/kaldi-asr/kaldi.git',
|
||||
commit='c024e8aa0a727bf76c91a318f76a1f8b0b59249e')
|
||||
version('master')
|
||||
version('2018-07-11', commit='6f2140b032b0108bc313eefdca65151289642773')
|
||||
version('2015-10-07', commit='c024e8aa0a727bf76c91a318f76a1f8b0b59249e')
|
||||
|
||||
variant('shared', default=True,
|
||||
description='build shared libraries')
|
||||
|
Reference in New Issue
Block a user