clingo: prefer master branch
Most people installing `clingo` with Spack are going to be doing it to use the new concretizer, and that requires the `master` branch. - [x] make `master` the default so we don't have to keep telling people to install `clingo@master`. We'll update the preferred version when there's a new release.
This commit is contained in:
parent
bd9929f9dc
commit
316c292685
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Clingo(CMakePackage):
|
|||
|
||||
maintainers = ["tgamblin"]
|
||||
|
||||
version('master', branch='master', submodules=True)
|
||||
version('master', branch='master', submodules=True, preferred=True)
|
||||
version('spack', commit='2ab2e81bcb24f6070b7efce30a754d74ef52ee2d', submodules=True)
|
||||
|
||||
version('5.4.0', sha256='e2de331ee0a6d254193aab5995338a621372517adcf91568092be8ac511c18f3')
|
||||
|
|
Loading…
Reference in a new issue