Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
srherbener authored Aug 22, 2024
1 parent 3b22b34 commit cee10bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ packages:
require: '@1.84 ~atomic +chrono +date_time +exception +filesystem ~graph ~iostreams ~locale ~log ~math ~mpi ~numpy +pic +program_options +python ~random +regex +serialization ~signals +system +test +thread +timer ~wave cxxstd=17 visibility=hidden'
bufr:
require: '@12.1.0 +python'
bufr-query:
require: '@0.0.2 +python'
cairo:
require: '+pic'
cdo:
Expand All @@ -37,7 +39,7 @@ packages:
ecflow:
require: '@5.11.4 +ui'
eckit:
require: '@1.24.5 linalg=eigen,lapack compression=lz4,bzip2'
require: '@1.27.0 linalg=eigen,lapack compression=lz4,bzip2'
ecmwf-atlas:
require: '@0.38.1 +fckit +trans +tesselation +fftw'
ectrans:
Expand Down
2 changes: 2 additions & 0 deletions spack-ext/repos/spack-stack/packages/jedi-base-env/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ class JediBaseEnv(BundlePackage):
# Need to find a free fftw provider for fftw-api ...
variant("fftw", default=True, description="Build fftw")
variant("hdf4", default=True, description="Build hdf4 library and python hdf module")
variant("bufrquery", default=True, description="Build bufr-query library")

depends_on("base-env", type="run")
depends_on("bison", type="run")
depends_on("blas", type="run")
depends_on("boost", type="run")
depends_on("bufr", type="run")
depends_on("bufr-query", when="+bufrquery", type="run")
# Force users to load manually
# depends_on("[email protected]", type="run")
depends_on("ecbuild", type="run")
Expand Down

0 comments on commit cee10bb

Please sign in to comment.