Skip to content

Commit

Permalink
Merge pull request #84 from ecmwf-ifs/develop
Browse files Browse the repository at this point in the history
Version 1.5.2
  • Loading branch information
reuterbal authored Apr 16, 2024
2 parents 1aac43d + 7539f74 commit 95125c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2
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
3 changes: 3 additions & 0 deletions src/cloudsc_loki/cloudsc_loki.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ frontend = 'FP'

[frontend_args."yoethf.F90"]
frontend = 'FP'

[frontend_args."yoecldp.F90"]
frontend = 'FP'

0 comments on commit 95125c2

Please sign in to comment.