Skip to content

Commit

Permalink
must: remove release candidates (spack#40476)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs authored Oct 30, 2023
1 parent c2f3943 commit 1ebf1c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions var/spack/repos/builtin/packages/must/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ class Must(CMakePackage):

version("1.9.0", sha256="24998f4ca6bce718d69347de90798600f2385c21266c2d1dd39a87dd8bd1fba4")
version("1.8.0", sha256="9754fefd2e4c8cba812f8b56a5dd929bc84aa599b2509305e1eb8518be0a8a39")
version("1.8.0-rc1", sha256="49fd2487fbd1aa41f4252c7e37efebd3f6ff48218c88e82f34b88d59348fe406")
version(
"1.8-preview", sha256="67b4b061db7a893e22a6610e2085072716d11738bc6cc3cb3ffd60d6833e8bad"
)
version("1.7.2", sha256="616c54b7487923959df126ac4b47ae8c611717d679fe7ec29f57a89bf0e2e0d0")

variant("test", default=False, description="Enable must internal tests")
variant("tsan", default=True, description="Enable thread sanitizer")
variant("graphviz", default=False, description="Use to generate graphs")
Expand Down

0 comments on commit 1ebf1c8

Please sign in to comment.