Skip to content

Commit 92564ec

Browse files
authored
palace: add a dependency on c (spack#48315)
1 parent c1258a1 commit 92564ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

var/spack/repos/builtin/packages/palace/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class Palace(CMakePackage):
1919
version("0.12.0", tag="v0.12.0", commit="8c192071206466638d5818048ee712e1fada386f")
2020
version("0.11.2", tag="v0.11.2", commit="6c3aa5f84a934a6ddd58022b2945a1bdb5fa329d")
2121

22-
depends_on("cxx", type="build") # generated
22+
depends_on("c", type="build")
23+
depends_on("cxx", type="build")
2324

2425
variant("shared", default=True, description="Build shared libraries")
2526
variant("int64", default=False, description="Use 64 bit integers")

0 commit comments

Comments
 (0)