-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathversions.env
More file actions
23 lines (20 loc) · 1.13 KB
/
Copy pathversions.env
File metadata and controls
23 lines (20 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# System Dependencies (minimum versions)
OPENCV_MIN_VERSION=4.6.0
GLOG_MIN_VERSION=0.6.0
CMAKE_MIN_VERSION=3.20
# Sibling repository refs, each pinned to that sibling's current release tag
# so a checkout of the v0.6.0 tag rebuilds against the exact same sibling code.
# Siblings version independently -- videocapture may lag neuriplo-tasks / neuriplo,
# so these need not be equal. Every pin must be a concrete vX.Y.Z tag, never a
# branch like 'master' or 'develop'. Precedence: cmake -D > versions.env > derived.
# Managed by scripts/cut_release.sh; enforced by scripts/validate_release_pins.sh.
# Sibling repository refs, each pinned to that sibling's current release tag
# so a checkout of the v0.7.0 tag rebuilds against the exact same sibling code.
# Siblings version independently -- these need not be equal.
# Sibling repository refs, each pinned to that sibling's current release tag
# so a checkout of the v0.8.0 tag rebuilds against the exact same sibling code.
# Siblings version independently -- these need not be equal.
NEURIPLO_VERSION=v0.8.0
VIDEOCAPTURE_VERSION=v0.3.0
NEURIPLO_TASKS_VERSION=v0.5.0
NEURIPLO_KSERVE_CLIENT_VERSION=v0.4.0