Skip to content

Commit 4b63c58

Browse files
committed
Update Spack buildcache
1 parent d5c63a9 commit 4b63c58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/spack-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
- name: Login
9191
shell: spack-bash {0}
9292
run: |
93-
spack -e spack-env mirror add mapl-buildcache oci://ghcr.io/mathomp4/mapl-buildcache
94-
spack -e spack-env mirror set --oci-username ${{ github.actor }} --oci-password "${{ secrets.BUILDCACHE_TOKEN }}" mapl-buildcache
93+
spack -e spack-env mirror add geos-buildcache oci://ghcr.io/GEOS-ESM/geos-buildcache
94+
spack -e spack-env mirror set --oci-username ${{ github.actor }} --oci-password "${{ secrets.BUILDCACHE_TOKEN }}" geos-buildcache
9595
spack -e spack-env mirror list
96-
spack -e spack-env buildcache update-index mapl-buildcache
96+
spack -e spack-env buildcache update-index geos-buildcache
9797
spack -e spack-env buildcache list --allarch
9898
9999
- name: Concretize
@@ -105,14 +105,14 @@ jobs:
105105
shell: spack-bash {0}
106106
run: |
107107
spack -e spack-env install --add --no-check-signature --use-buildcache only \
108-
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits
108+
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits intel-oneapi-mkl
109109
110110
- name: Build with Cmake
111111
shell: spack-bash {0}
112112
run: |
113113
spack env activate spack-env
114114
spack load \
115-
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits
115+
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits intel-oneapi-mkl
116116
spack find --loaded
117117
FC=gfortran-14 CC=gcc-14 CXX=g++-14
118118
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=Debug -DUSE_F2PY=OFF -DCMAKE_Fortran_COMPILER=${FC} -DCMAKE_C_COMPILER=${CC} -DCMAKE_CXX_COMPILER=${CXX}

0 commit comments

Comments
 (0)