Skip to content

Commit

Permalink
Merge branch 'feature/boost_gcc4intel' of https://github.com/climbfuj…
Browse files Browse the repository at this point in the history
…i/spack-stack into feature/boost_gcc4intel
  • Loading branch information
climbfuji committed Aug 28, 2024
2 parents 7b3c9d3 + bfd765e commit 57b83b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
18 changes: 9 additions & 9 deletions configs/templates/gsi-addon-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ spack:
- site
- common
definitions:
# Note: Set 'compilers' manually; must match upstream list
- compilers: []
- compilers: ['%aocc', '%apple-clang', '%gcc', '%intel', '%oneapi']
- packages:
- global-workflow-env ^[email protected] ^[email protected]
- global-workflow-env
- ufs-weather-model-env
- emc-verif-global-env
- gsi-env

packages:
met:
require:: '@9.1.3 +python +grib2'
metplus:
require:: '@3.1.1 ^[email protected]'

specs:
- matrix:
- [$packages]
- [$compilers]

packages:
python::
require: ['@3.11.6']
py-numpy::
require: ['@1.23.4']
2 changes: 1 addition & 1 deletion configs/templates/ufs-srw-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ spack:
- [email protected]
- [email protected]
- [email protected]
- [email protected].0
- [email protected].1
- [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ class EmcVerifGlobalEnv(BundlePackage):
depends_on("nco")
depends_on("prod-util")
depends_on("grib-util")
depends_on("py-cartopy")
depends_on("py-numpy")
depends_on("py-netcdf4")
depends_on("py-matplotlib")
depends_on("py-pandas")
# Test grads
# depends_on('grads')
# Currently, wgrib2 doesn't build with oneapi,
Expand Down

0 comments on commit 57b83b5

Please sign in to comment.