Add version 2.0 (#12545)

This commit is contained in:
Valentin Clement (バレンタイン クレメン) 2019-08-23 17:30:39 +02:00 committed by Adam J. Stewart
parent c86006e948
commit edae707b9c

View File

@ -15,6 +15,7 @@ class Claw(CMakePackage):
git = 'https://github.com/claw-project/claw-compiler.git'
maintainers = ['clementval']
version('2.0', commit='53e705b8bfce40a5c5636e8194a7622e337cf4f5', submodules=True)
version('1.2.3', commit='eaf5e5fb39150090e51bec1763170ce5c5355198', submodules=True)
version('1.2.2', commit='fc27a267eef9f412dd6353dc0b358a05b3fb3e16', submodules=True)
version('1.2.1', commit='939989ab52edb5c292476e729608725654d0a59a', submodules=True)
@ -22,7 +23,8 @@ class Claw(CMakePackage):
version('1.1.0', commit='16b165a443b11b025a77cad830b1280b8c9bcf01', submodules=True)
depends_on('cmake@3.0:', type='build')
depends_on('java@7:')
depends_on('java@8:', when="@2.0:")
depends_on('java@7:', when="@1.1.0:1.2.3")
depends_on('ant@1.9:')
depends_on('libxml2')
depends_on('bison')