We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959eb3f commit a1ba19bCopy full SHA for a1ba19b
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -25,6 +25,8 @@ jobs:
25
uses: spack/setup-spack@v3.0.0
26
with:
27
buildcache: true
28
+ spack_ref: releases/v1.1.1
29
+ paackages_ref: v2026.03.0
30
- name: Set up custom build cache and build compiler
31
run: |
32
spack mirror add \
@@ -33,11 +35,11 @@ jobs:
33
35
--oci-password-variable REGISTRY_TOKEN \
34
36
rem-gh-cache oci://ghcr.io/rem1776/ci-cache-ubuntu
37
spack compiler find
- spack install nvhpc
38
+ spack install nvhpc target=x86_64
39
- name: Install dependencies
40
41
- spack install netcdf-fortran %nvhpc mpich %nvhpc libyaml %nvhpc
42
+ spack install netcdf-fortran%nvhpc mpich%nvhpc libyaml%nvhpc target=x86_64
43
- name: Configure
44
45
. /home/runner/work/FMS/FMS/spack/share/spack/setup-env.sh
0 commit comments