Skip to content

Commit

Permalink
heppdt: add dependency on C (spack#49219)
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Culpo <[email protected]>
  • Loading branch information
alalazo authored Feb 27, 2025
1 parent 7363047 commit 31ecefb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions var/spack/repos/builtin/packages/heppdt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ class Heppdt(AutotoolsPackage):
preferred=True,
)

depends_on("cxx", type="build") # generated
depends_on("fortran", type="build") # generated
depends_on("c", type="build")
depends_on("cxx", type="build")
depends_on("fortran", type="build")

def patch(self):
# fix csh redirect in /bin/sh script
Expand Down

0 comments on commit 31ecefb

Please sign in to comment.