Skip to content

Commit

Permalink
Merge pull request spack#391 from climbfuji/feature/add_fftw_lapack_j…
Browse files Browse the repository at this point in the history
…edi_neptune_env_passive

Add fftw and netlib-lapack as passive dependencies for jedi-neptune-env
  • Loading branch information
climbfuji authored Jan 16, 2024
2 parents 2d27c73 + ac4b440 commit 5cfbf8f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ class JediNeptuneEnv(BundlePackage):
depends_on("nco", type="run")
depends_on("mct", type="run")

# Required by ESPC, not used by JEDI
depends_on("fftw", type="build")
depends_on("netlib-lapack", type="build")

# There is no need for install() since there is no code.

0 comments on commit 5cfbf8f

Please sign in to comment.