Skip to content

Commit caafd70

Browse files
Merge pull request #860 from GEOS-ESM/feature/update-mapl-2.69
Update MAPL to v2.69.0
2 parents cadfdfc + d672d52 commit caafd70

4 files changed

Lines changed: 3 additions & 43 deletions

File tree

.github/PULL_REQUEST_TEMPLATE/auto_pr_to_mapl3.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/push-to-develop.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (NOT Baselibs_FOUND)
7575
# Another issue with historical reasons, old/wrong zlib target used in GEOS
7676
add_library(ZLIB::zlib ALIAS ZLIB::ZLIB)
7777

78-
find_package(MAPL 2.68 QUIET)
78+
find_package(MAPL 2.69 QUIET)
7979
if (MAPL_FOUND)
8080
message(STATUS "Found MAPL: ${MAPL_BASE_DIR} (found version \"${MAPL_VERSION})\"")
8181
endif ()

components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ GMAO_perllib:
5151
MAPL:
5252
local: ./src/Shared/@MAPL
5353
remote: ../MAPL.git
54-
tag: v2.68.0
55-
develop: develop
54+
tag: v2.69.0
55+
develop: release/v2
5656

5757
GEOSldas_GridComp:
5858
local: ./src/Components/@GEOSldas_GridComp

0 commit comments

Comments
 (0)