From 316c292685b99db9a3ae37c5c6f5955f72a9aeca Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 21 Dec 2020 15:08:25 -0800 Subject: [PATCH] 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. --- var/spack/repos/builtin/packages/clingo/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/clingo/package.py b/var/spack/repos/builtin/packages/clingo/package.py index 856f0d6338..676bf7b99e 100644 --- a/var/spack/repos/builtin/packages/clingo/package.py +++ b/var/spack/repos/builtin/packages/clingo/package.py @@ -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')