From b363c63d44eef05a06f8f7ff7c471ac4392cc4e9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 11 Nov 2020 05:29:12 +0100 Subject: Support for ufo & jupyter notebooks --- build/setup/repos.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/setup/repos.sh') diff --git a/build/setup/repos.sh b/build/setup/repos.sh index 92c1a2f..0c7481a 100644 --- a/build/setup/repos.sh +++ b/build/setup/repos.sh @@ -20,6 +20,12 @@ repos_ccpi=( \ "https://github.com/vais-ral/CCPi-Regularisation-Toolkit.git master ccpi.sh" \ ) +repos_ufo=( \ + "https://github.com/ufo-kit/ufo-core.git master cmake.sh" \ + "https://github.com/ufo-kit/ufo-filters.git master cmake.sh" \ + "https://github.com/ufo-kit/tofu master python.sh" \ +) + repos_all=("${repos_astra[@]}" "${repos_ccpi[@]}") declare -n repos="repos_$repo_group" -- cgit v1.2.1