Skip to content

Commit

Permalink
Add mfem+openmp to resolve blueos linking errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chapman39 committed Jul 31, 2024
1 parent 84cf71d commit 4fdb09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/spack/packages/serac/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class Serac(CachedCMakePackage, CudaPackage):
depends_on("mfem+strumpack", when="+strumpack")
depends_on("mfem+petsc", when="+petsc")
depends_on("mfem+slepc", when="+slepc")
depends_on("mfem+openmp", when="+openmp")

depends_on("[email protected]")

Expand Down

0 comments on commit 4fdb09e

Please sign in to comment.