Skip to content

Commit

Permalink
add v2.12.0 to spack recipe (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Jun 19, 2024
1 parent 8790853 commit 498e8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class W3emc(CMakePackage):
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")

version("develop", branch="develop")
version("2.12.0", sha256="77c0732541ade1deb381f5a208547ccc36e65efa91c8f7021b299b20a6ae0d27")
version("2.11.0", sha256="53a03d03421c5da699b026ca220512ed494a531b83284693f66d2579d570c43b")
version("2.10.0", sha256="366b55a0425fc3e729ecb9f3b236250349399fe4c8e19f325500463043fd2f18")
version("2.9.3", sha256="9ca1b08dd13dfbad4a955257ae0cf38d2e300ccd8d983606212bc982370a29bc")
Expand Down Expand Up @@ -48,7 +49,7 @@ class W3emc(CMakePackage):
"build_deprecated",
default=False,
description="Build deprecated subroutines",
when="@develop",
when="@2.12:",
)

conflicts("+shared +extradeps", msg="Shared library cannot be built with unknown dependencies")
Expand Down

0 comments on commit 498e8d0

Please sign in to comment.