Skip to content

Commit

Permalink
update netcdf recipe for latest spack and stackinator (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming authored Sep 10, 2024
1 parent 59a5c5e commit c888a30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/netcdf-tools/2024/arm64/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ bootstrap:
spec: [email protected]
gcc:
specs:
- gcc@12.3
- gcc@13.2
2 changes: 1 addition & 1 deletion recipes/netcdf-tools/2024/arm64/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ store: /user-environment
description: utilities used for climate/weather analysis and file manipulation
spack:
repo: https://github.com/spack/spack.git
commit: releases/v0.21
commit: releases/v0.22
9 changes: 7 additions & 2 deletions recipes/netcdf-tools/2024/arm64/environments.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
gcc-env:
compiler:
- toolchain: gcc
spec: gcc@12
spec: gcc
mpi:
spec: cray-mpich
spec: cray-mpich@8.1.30
gpu: false
unify: true
specs:
Expand All @@ -14,10 +14,15 @@ gcc-env:
- ncview
- cdo
- nco
- [email protected]
#- ferret
views:
default:
link: roots
uenv:
add_compilers: true
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]
packages:
- git
- perl
Expand Down

0 comments on commit c888a30

Please sign in to comment.