Skip to content

Commit

Permalink
needs boost with thread
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Mar 25, 2024
1 parent 39e8221 commit bbb8338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oomph/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Oomph(CMakePackage, CudaPackage, ROCmPackage):
depends_on("libfabric fabrics=verbs", when="libfabric-provider=verbs")

depends_on("mpi")
depends_on("boost")
depends_on("boost+thread")

depends_on("googletest", type="test")

Expand Down

0 comments on commit bbb8338

Please sign in to comment.