Skip to content

Commit

Permalink
add v1.1.0 to spack recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jun 6, 2024
1 parent 84dbb72 commit 3b64a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack/packages/nlcglib/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Nlcglib(CMakePackage, CudaPackage, ROCmPackage):
version("develop", branch="develop")
version("0.9", sha256="8d5bc6b85ee714fb3d6480f767e7f43e5e7d569116cf60e48f533a7f50a37a08")
version("1.0b", sha256="086c46f06a117f267cbdf1df4ad42a8512689a9610885763f463469fb15e82dc")
version("1.1", sha256="9e7c2eea84a5ce191bd9af08f6c890717f7b6e88be7bd15cfe774eb0e0dabd8a")

variant("openmp", default=True)
variant("tests", default=False)
Expand Down

0 comments on commit 3b64a5a

Please sign in to comment.