Skip to content

Commit

Permalink
Added bufr-query as a variant (bufrquery) of jedi-base-env.
Browse files Browse the repository at this point in the history
  • Loading branch information
srherbener committed Aug 21, 2024
1 parent 35c84dc commit 3568a3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[submodule "spack"]
path = spack
#url = https://github.com/jcsda/spack
#branch = spack-stack-dev
url = https://github.com/srherbener/spack
branch = feature/intro-bufr-query
url = https://github.com/jcsda/spack
branch = spack-stack-dev
[submodule "doc/CMakeModules"]
path = doc/CMakeModules
url = https://github.com/noaa-emc/cmakemodules
Expand Down
3 changes: 0 additions & 3 deletions configs/templates/unified-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ spack:
# MADIS for WCOSS2 decoders.
- [email protected]

# bufr_query for BUFR readers
#- [email protected]

specs:
- matrix:
- [$packages]
Expand Down
2 changes: 1 addition & 1 deletion spack
Submodule spack updated 0 files
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 3568a3f

Please sign in to comment.