forked from MetOffice/lfric_core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.yaml
More file actions
26 lines (23 loc) · 1.1 KB
/
dependencies.yaml
File metadata and controls
26 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##############################################################################
# (c) Crown copyright 2024 Met Office. All rights reserved.
# The file LICENCE, distributed with this code, contains details of the terms
# under which the code may be used.
##############################################################################
# This file contains a list of all linked external repositories containing code
# and data required to build lfric core and run the entire test suite
#
# Each section is the name of the repository
# source: Is either the url to the repository (the upstream or
# a fork) or a path to a local clone with format `host:/path/to/clone`
# ref: Is a valid git reference. This can either be a commit hash, a tag or a
# branch name
#
# The entry for this repository will have blank values for both source and ref
# by default, which will cause the test suite to use the source code from the
# local clone. These can be filled to set a different source if desired.
lfric_core:
source:
ref:
SimSys_Scripts:
source: git@github.com:MetOffice/SimSys_Scripts.git
ref: 2025.12.1