-
Notifications
You must be signed in to change notification settings - Fork 8
/
dependencies.cmake
22 lines (21 loc) · 2.13 KB
/
dependencies.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# A list of specific version for the dependencies of this build.
#
# The contents here will aid in 'pinning' the contents of the build. Changing this file constitutes changing the build
# and this means that the integration version should be promoted. The version numbers (tags) specified here will be
# injected into the CMakeLists.txt file in the External_project_add definitions and will, therefore, control the
# versions of various sub libs built and integrated. They need not be official versions and can be arbitrary branches or
# tags such as dev feature branches etc.
#
# You can affect the build content by manipulating the "tag/branch" column. Should be something that git expects for that
# repo.
# Identifier tag/branch cache type description force it
set ( ASKAP_CMAKE_TAG tags/1.4.0 CACHE STRING "askap.cmake tools" FORCE )
set ( LOFAR_COMMON_TAG tags/1.2.0 CACHE STRING "lofar-common version" FORCE )
set ( LOFAR_BLOB_TAG tags/1.3.0 CACHE STRING "lofar-blob version" FORCE )
set ( BASE_ASKAP_TAG tags/1.6.0 CACHE STRING "base-askap version" FORCE )
set ( BASE_LOGFILTERS_TAG tags/1.4.0 CACHE STRING "base-logfilters version" FORCE )
set ( BASE_IMAGEMATH_TAG tags/1.9.0 CACHE STRING "base-imagemath version" FORCE )
set ( BASE_ASKAPPARRALLEL_TAG tags/1.5.0 CACHE STRING "base-askapparrallel version" FORCE )
set ( BASE_SCIMATH_TAG tags/1.9.0 CACHE STRING "base-scimath version" FORCE )
set ( BASE_COMPONENTS_TAG tags/1.6.0 CACHE STRING "base-components version" FORCE )
set ( BASE_ACCESSORS_TAG tags/1.9.0 CACHE STRING "base-accessors version" FORCE )