Skip to content

Commit

Permalink
clingo: add version 5.7.0 (spack#42707)
Browse files Browse the repository at this point in the history
5.7.0 was just released. It includes a number of changes requested and/or
upstreamed by Spack developers, e.g.:

* API for accessing optimization priorities: potassco/clingo#406
* Hash optimization: potassco/clingo#441
* Contributing Guide: potassco/clingo#465
* Hiding more ELF symbols:
  * potassco/clingo#447
  * potassco/clingo#449
  • Loading branch information
tgamblin authored and kwryankrattiger committed Jul 9, 2024
1 parent 9c8d88f commit ebeff2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/clingo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Clingo(CMakePackage):

version("master", branch="master", submodules=True)
version("spack", commit="2a025667090d71b2c9dce60fe924feb6bde8f667", submodules=True)
version("5.7.0", sha256="ed5401bda54315184697fd69ff0f15389c62779e812058a5f296ba587ed9c10b")
version("5.6.2", sha256="81eb7b14977ac57c97c905bd570f30be2859eabc7fe534da3cdc65eaca44f5be")
version("5.5.2", sha256="a2a0a590485e26dce18860ac002576232d70accc5bfcb11c0c22e66beb23baa6")
version("5.5.1", sha256="b9cf2ba2001f8241b8b1d369b6f353e628582e2a00f13566e51c03c4dd61f67e")
Expand Down

0 comments on commit ebeff2e

Please sign in to comment.