Skip to content

Commit b71daf4

Browse files
committed
feat: enable fdb build and bump versions to match meteoswiss
1 parent 5661d52 commit b71daf4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ COPY --chown=polytope --from=mars-cpp-base-final /root/.local /home/polytope/
314314
COPY --chown=polytope --from=mars-c-base-final /opt/ecmwf/mars-client /opt/ecmwf/mars-client
315315
COPY --chown=polytope --from=mars-c-base-final /usr/local/bin/mars /usr/local/bin/mars
316316
RUN sudo apt update \
317-
&& sudo apt install -y libgomp1 git libnetcdf19 liblapack3 libfftw3-bin libproj25 \
317+
&& sudo apt install -y libgomp1 git libnetcdf19 liblapack3 libfftw3-bin libproj25 libopenjp2-7 \
318318
&& sudo rm -rf /var/lib/apt/lists/*
319319

320320

skaffold.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ build:
4242
# mars_client_c_version: 6.33.20.2
4343
gribjump_version: 0.7.0
4444
# mars_client_cpp_version: 6.99.3.0
45-
# ecbuild_version: 3.8.2
46-
# eccodes_version: 2.33.1
47-
# eckit_version: 1.28.0
48-
# pyfdb_version: 0.1.0
49-
# fdb_version: 5.13.2
45+
ecbuild_version: 3.9.0
46+
eccodes_version: 2.38.3
47+
eckit_version: 1.28.3
48+
pyfdb_version: 0.1.1
49+
fdb_version: 5.13.106
5050
mars_base_c: mars-base-c
5151
mars_base_cpp: mars-base-cpp
52-
fdb_base: blank-base #fdb-base
52+
fdb_base: fdb-base
5353
gribjump_base: gribjump-base
5454
# cliFlags:
5555
# - --no-cache # for debug purposes

0 commit comments

Comments
 (0)