Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb970ab

Browse files
committedJan 17, 2025·
Add ci build config for pygribjump
1 parent a9ef9ef commit eb970ab

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
 

‎.github/ci-config-pygribjump.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cmake_options: -DENABLE_FDB_BUILD_TOOLS=ON
2+
dependencies: |
3+
ecmwf/ecbuild
4+
MathisRosenhauer/libaec@master
5+
ecmwf/eccodes
6+
ecmwf/eckit@develop
7+
ecmwf/metkit
8+
ecmwf/fdb
9+
dependency_branch: develop
10+
parallelism_factor: 8
11+
self_build: false

‎.github/ci-hpc-config-pygribjump.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
build:
2+
python: "3.10"
3+
modules:
4+
- ninja
5+
- aec
6+
dependencies:
7+
- ecmwf/ecbuild@develop
8+
- ecmwf/eccodes@develop
9+
- ecmwf/eckit@develop
10+
- ecmwf/metkit@develop
11+
- ecmwf/fdb@develop
12+
- ecmwf/gribjump@develop
13+
dependency_cmake_options:
14+
- "ecmwf/gribjump: '-DENABLE_FDB_BUILD_TOOLS=ON'"
15+
- "ecmwf/fdb: '-DENABLE_LUSTRE=OFF'"
16+
parallel: 64
17+
env:
18+
- ECCODES_SAMPLES_PATH=$ECCODES_DIR/share/eccodes/samples
19+
- ECCODES_DEFINITION_PATH=$ECCODES_DIR/share/eccodes/definitions

0 commit comments

Comments
 (0)
Please sign in to comment.