Skip to content

Commit 9b3c0ee

Browse files
authored
add c compiler (spack#4265)
1 parent 3964143 commit 9b3c0ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • repos/spack_repo/builtin/packages/musica

repos/spack_repo/builtin/packages/musica/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class Musica(CMakePackage):
4747

4848
# Dependencies
4949
depends_on("cmake@3.21:", type="build")
50+
depends_on("c", type="build")
5051
depends_on("cxx", type="build")
5152
depends_on("fortran", type="build")
5253
depends_on("mpi", when="+mpi")

0 commit comments

Comments
 (0)