Skip to content

Commit

Permalink
draco: add v7.19.0 (spack#47032)
Browse files Browse the repository at this point in the history
Co-authored-by: Cleveland <[email protected]>
Co-authored-by: Kelly (KT) Thompson <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 1ad5739 commit 1f6da28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/draco/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Draco(CMakePackage):
license("BSD-3-Clause-Open-MPI")

version("develop", branch="develop")
version("7.19.0", sha256="04b33cfea244052efcdd40d2b9dd79348749d34647aaf4dfcb15cdfdbe989783")
version("7.18.0", sha256="b210e202a06ffdaf149193b5cba164411fd508e20e573e1dfc46d1f56e3fffaa")
version("7.14.1", sha256="b05c75f1b8ea1d4fac4900d897fb1c948b470826b174ed8b97b32c6da9f030bf")
version("7.14.0", sha256="c8abf293d81c1b8020907557c20d8d2f2edf9ac7ae60a534eab052a8c3b7f99d")
Expand Down Expand Up @@ -83,6 +84,8 @@ class Draco(CMakePackage):

conflicts("+cuda", when="@:7.6")
conflicts("+caliper", when="@:7.7")
with when("@7.19.0:"):
conflicts("gcc@:9.0")

# Fix python discovery.
patch("d710.patch", when="@7.1.0")
Expand Down

0 comments on commit 1f6da28

Please sign in to comment.