File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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 intel-oneapi-mkl
108+ esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits openblas
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 intel-oneapi-mkl
115+ esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits openblas
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