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
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:

# Anchors to prevent forgetting to update a version
os_version: &os_version ubuntu24
baselibs_version: &baselibs_version v8.20.0
baselibs_version: &baselibs_version v8.24.0
bcs_version: &bcs_version v11.6.0
tag_build_arg_name: &tag_build_arg_name maplversion

Expand Down Expand Up @@ -201,9 +201,9 @@ workflows:
baselibs_version: *baselibs_version
container_name: mapl
mpi_name: intelmpi
mpi_version: "2021.16"
mpi_version: "2021.17"
compiler_name: ifx
compiler_version: "2025.2"
compiler_version: "2025.3"
image_name: geos-env
tag_build_arg_name: *tag_build_arg_name
- ci/publish_docker:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: gfortran / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }}
runs-on: ubuntu-latest
container:
image: gmao/ubuntu24-geos-env-mkl:v8.20.0-openmpi_5.0.5-gcc_14.2.0
image: gmao/ubuntu24-geos-env-mkl:v8.24.0-openmpi_5.0.5-gcc_14.2.0
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
name: gfortran-15 / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }}
runs-on: ubuntu-latest
container:
image: gmao/ubuntu24-geos-env-mkl:v8.20.0-openmpi_5.0.5-gcc_15.2.0
image: gmao/ubuntu24-geos-env-mkl:v8.24.0-openmpi_5.0.5-gcc_15.2.0
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: ifort / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }}
runs-on: ubuntu-latest
container:
image: gmao/ubuntu24-geos-env:v8.20.0-intelmpi_2021.13-ifort_2021.13
image: gmao/ubuntu24-geos-env:v8.24.0-intelmpi_2021.13-ifort_2021.13
strategy:
fail-fast: false
matrix:
Expand All @@ -120,7 +120,7 @@ jobs:
name: ifx / ${{ matrix.cmake-build-type }} / ${{ matrix.cmake-generator }}
runs-on: ubuntu-latest
container:
image: gmao/ubuntu24-geos-env:v8.20.0-intelmpi_2021.16-ifx_2025.2
image: gmao/ubuntu24-geos-env:v8.24.0-intelmpi_2021.17-ifx_2025.3
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated CI to use Baselibs 8.24.0
- This provides ESMF 9.0.0b08
- Update ifx tests to 2025.3 (enabled by ESMF 9.0.0b08)

### Removed

### Deprecated
Expand Down
Loading