Skip to content

Commit

Permalink
Merge pull request #379 from lanl/ci_testing
Browse files Browse the repository at this point in the history
spack: avoid broken binutils
  • Loading branch information
rbberger authored Jun 18, 2024
2 parents a7903e9 + 6fbbed5 commit 909b83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack-repo/packages/singularity-eos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class SingularityEos(CMakePackage, CudaPackage):
),
when="+cuda",
)
depends_on("binutils@:2.39,2.42:+ld")


#TODO: do we need kokkos,kokkoskernels the exact same version?
Expand Down

0 comments on commit 909b83f

Please sign in to comment.