Skip to content

Commit

Permalink
Fix minor spack mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chapman39 committed Jul 19, 2024
1 parent 7a023b1 commit 224504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spack/packages/serac/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Serac(CachedCMakePackage, CudaPackage):
# NOTE: Sundials must be built static to prevent the following runtime error:
# "error while loading shared libraries: libsundials_nvecserial.so.6:
# cannot open shared object file: No such file or directory"
depends_on("sundials+hypre~monitoring~examples~examples-install+static",
depends_on("sundials+hypre~monitoring~examples~examples-install+static~shared",
when="+sundials")
depends_on("sundials+asan", when="+sundials+asan")

Expand Down

0 comments on commit 224504d

Please sign in to comment.