Skip to content

Commit

Permalink
Merge pull request #83 from ecmwf-ifs/nabr-fix-field-api-version
Browse files Browse the repository at this point in the history
Mark projects no longer as optional and fix field-api to v0.3.0
  • Loading branch information
reuterbal authored Apr 8, 2024
2 parents 77a6d69 + d614c78 commit fd72271
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ projects :
- serialbox :
git : https://github.com/reuterbal/serialbox
version : v2.5.4/patched
optional: true
cmake : >
SERIALBOX_BUILD_SHARED=ON
SERIALBOX_ENABLE_FORTRAN=ON
Expand All @@ -36,7 +35,6 @@ projects :
- loki :
git : https://github.com/ecmwf-ifs/loki
version : v0.2.1
optional: true
require : ecbuild
cmake : >
LOKI_ENABLE_TESTS=OFF
Expand All @@ -45,7 +43,6 @@ projects :
- eckit :
git : https://github.com/ecmwf/eckit
version : 1.24.4
optional: true
require : ecbuild
cmake : >
ECKIT_ENABLE_TESTS=OFF
Expand All @@ -54,24 +51,21 @@ projects :
- field_api :
git : https://github.com/ecmwf-ifs/field_api.git
version : 0.3.0
optional: true
version : v0.3.0
require : ecbuild
cmake : >
UTIL_MODULE_PATH=${CMAKE_SOURCE_DIR}/cloudsc-dwarf/src/common/module
- fckit :
git : https://github.com/ecmwf/fckit
version : 0.11.0
optional: true
require : ecbuild eckit
cmake : >
FCKIT_ENABLE_TESTS=OFF
- atlas :
git : https://github.com/ecmwf/atlas
version : feature/MultiField
optional: true
require : ecbuild eckit fckit
cmake : >
ATLAS_ENABLE_TESTS=OFF
Expand Down

0 comments on commit fd72271

Please sign in to comment.