Skip to content

Commit

Permalink
[root] New version 6.32.00
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Jun 5, 2024
1 parent f278405 commit 44821ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions var/spack/repos/builtin/packages/root/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Root(CMakePackage):
)

# Production version
version("6.32.00", sha256="12f203681a59041c474ce9523761e6f0e8861b3bee78df5f799a8db55189e5d2")
version("6.30.06", sha256="300db7ed1b678ed2fb9635ca675921a1945c7c2103da840033b493091f55700c")
version("6.30.04", sha256="2b4180b698f39cc65d91084d833a884515b325bc5f673c8e39abe818b025d8cc")
version("6.30.02", sha256="7965a456d1ad1ee0d5fe4769bf5a8fec291af684ed93db0f3080a9c362435183")
Expand Down Expand Up @@ -289,6 +290,11 @@ class Root(CMakePackage):
depends_on("[email protected]:", type="build", when="@6.28.00: platform=darwin")
depends_on("pkgconfig", type="build")

# 6.32.00 requires sys/random.h
depends_on("libc", when="@6.32.00:")
depends_on("[email protected]:", when="^[virtuals=libc] glibc")
depends_on("[email protected]:", when="^[virtuals=libc] musl")

depends_on("freetype")
depends_on("jpeg")
depends_on("libice")
Expand Down

0 comments on commit 44821ca

Please sign in to comment.