File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments