Skip to content

Commit c13cc29

Browse files
committed
Add more version constraints to openturbine.
1 parent cd5be39 commit c13cc29

File tree

1 file changed

+2
-0
lines changed
  • repos/spack_repo/exawind/packages/openturbine

1 file changed

+2
-0
lines changed

repos/spack_repo/exawind/packages/openturbine/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class Openturbine(bOpenturbine, CtestPackage):
77
variant("asan", default=False, description="Turn on address sanitizer")
88

99
depends_on("suite-sparse@7.4:", when="+klu")
10+
depends_on("netcdf-c@4.9:")
11+
depends_on("yaml-cpp@0.6:")
1012

1113
requires("+tests", when="+cdash_submit")
1214

0 commit comments

Comments
 (0)