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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (NOT Baselibs_FOUND)
# Another issue with historical reasons, old/wrong zlib target used in GEOS
add_library(ZLIB::zlib ALIAS ZLIB::ZLIB)

find_package(MAPL 2.54 QUIET)
find_package(MAPL 2.55 QUIET)
if (MAPL_FOUND)
message(STATUS "Found MAPL: ${MAPL_BASE_DIR} (found version \"${MAPL_VERSION})\"")
endif ()
Expand Down
10 changes: 8 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NCEP_Shared:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.9.9
tag: v2.0.0
sparse: ./config/GMAO_Shared.sparse
develop: main

Expand All @@ -40,12 +40,18 @@ GEOS_Util:
sparse: ./config/GEOS_Util.sparse
develop: main

GMAO_perllib:
local: ./src/Shared/@GMAO_Shared/@GMAO_perllib
remote: ../GMAO_perllib.git
tag: v1.0.0
develop: main

# When updating the MAPL version, also update the MAPL version in the
# CMakeLists.txt file for non-Baselibs builds
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.54.2
tag: v2.55.0
develop: develop

GEOSldas_GridComp:
Expand Down