Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
Browse files Browse the repository at this point in the history
…eature/merge_spack_develop_into_spack_stack_dev_20240509
  • Loading branch information
climbfuji committed May 16, 2024
2 parents e275a2b + 2bf14a0 commit 340ba9f
Showing 1 changed file with 30 additions and 21 deletions.
51 changes: 30 additions & 21 deletions configs/templates/ufs-weather-model-static/spack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# The intent of this template is to "clone" the stack available on WCOSS2
# insofar as needed to support the UFS Weather Model.
# Version numbers are taken from ufs-weather-model/modulefiles/ufs_wcoss2.lua
# Updated Jan 2024 by Alex Richert
# insofar as needed to support the UFS Weather Model. Install as ufswm-env.
# Updated April 2024 by Alex Richert
spack:
concretizer:
unify: when_possible
unify: true
config:
deprecated: true
install_tree:
Expand All @@ -20,28 +19,38 @@ spack:
- common
specs:
- [email protected]
- crtm@=2.4.0~fix
- [email protected]~shared+external-parallelio
- [email protected] constants=GFS
- crtm@=2.4.0 ~fix
- [email protected] +external-parallelio ~xerces ~pnetcdf snapshot=none fflags="-fp-model precise" cxxflags="-fp-model precise"
- [email protected] constants=GFS precision=32,64 +quad_precision +gfs_phys +openmp
- [email protected]
- [email protected]
- [email protected]
- [email protected]+hl+mpi~shared~tools~szip
- [email protected]
- [email protected]~shared
- libjpeg-turbo~shared
- [email protected] +hl +mpi ~tools ~szip
- [email protected] +openmp
- [email protected]
- libjpeg-turbo
- [email protected] libs=static
- [email protected]~shared~pflogger~fargparse~extdata2g
- [email protected]~parallel-netcdf+mpi~shared~dap~szip
- [email protected]~shared
- [email protected]~shared
- [email protected]+fortran~pnetcdf~shared
- [email protected]
- [email protected]
- [email protected] ~pflogger ~fargparse ~extdata2g ~f2py
- [email protected] ~parallel-netcdf +mpi ~dap ~szip
- [email protected]
- [email protected]
- [email protected] +fortran~pnetcdf
- [email protected] +mpi +metis ~threads ~mpi_thread +noarch
- [email protected] ~openmp
- [email protected]
- [email protected]~shared
- [email protected]
packages:
all:
require: ["%[email protected]"] # Change if not on Acorn
require:
- any_of: ['%[email protected]', '%intel']
- any_of: ['build_type=Release', '@:']
- any_of: ['~shared', '@:']
- any_of: ['+pic', '@:']
cmake:
require: ["@3.20.2"]
require: '@3.20.2'
libxml2:
require: '+shared'
gettext:
require: '+shared'
netcdf-c:
require: 'build_system=autotools'

0 comments on commit 340ba9f

Please sign in to comment.