Skip to content

Commit

Permalink
LOKI: update to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab authored and wdeconinck committed Oct 7, 2024
1 parent 7e3f74f commit 0150757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,15 @@ jobs:
with:
self_coverage: false
force_build: true
cache_suffix: "${{ matrix.build_type }}-${{ matrix.prec }}-${{ env.CACHE_SUFFIX }}"
# recreate_cache: ${{ matrix.caching == false }}
recreate_cache: true
cache_suffix: "${{ matrix.build_type }}-${{ env.CACHE_SUFFIX }}"
recreate_cache: ${{ matrix.caching == false }}
dependencies: |
ecmwf/ecbuild
ecmwf/eccodes
ecmwf/fckit@refs/tags/0.13.0
ecmwf-ifs/fiat@refs/tags/1.4.1
ecmwf-ifs/field_api@refs/tags/v0.3.1
ecmwf-ifs/loki@refs/tags/v0.2.6
ecmwf-ifs/loki@refs/tags/v0.2.7
dependency_branch: develop
dependency_cmake_options: |
ecmwf/fckit: "-G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTS=OFF -DENABLE_FCKIT_VENV=ON"
Expand Down
2 changes: 1 addition & 1 deletion package/bundle/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ projects :
- loki :
git : https://github.com/ecmwf-ifs/loki
version : v0.2.6
version : v0.2.7
optional: true
require : ecbuild
cmake : >
Expand Down

0 comments on commit 0150757

Please sign in to comment.