Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/spack-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fetch-depth: 1
filter: blob:none
repository: GEOS-ESM/GEOSgcm
ref: feature/sdrabenh/gcm_v12

- name: Set all directories as git safe
run: |
Expand Down Expand Up @@ -108,14 +109,14 @@ jobs:
run: |
spack clean -m
spack -e spack-env install --add --no-check-signature --use-buildcache only \
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits openblas
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits openblas fms

- name: Build with Cmake
shell: spack-bash {0}
run: |
spack env activate spack-env
spack load \
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits openblas
esmf gftl gftl-shared fargparse pflogger pfunit yafyaml ecbuild udunits openblas fms
spack find --loaded
FC=gfortran-14 CC=gcc-14 CXX=g++-14
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}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
fetch-depth: 1
filter: blob:none
repository: GEOS-ESM/GEOSgcm
ref: feature/sdrabenh/gcm_v12

- name: Set all directories as git safe
run: |
Expand Down