Skip to content

Commit

Permalink
#345 force conda branch for axon
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jul 13, 2023
1 parent fb061b5 commit ddb3337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/conda/setup
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ set -x

if [ ! -e "$CASA_SRC" ]; then
mkdir --parents "$CASA_SRC"
# Temporarily force "conda" branches of some projects
git -C "$CASA_SRC" clone --branch conda https://github.com/brainvisa/casa-distro
git -C "$CASA_SRC" clone --branch conda https://github.com/brainvisa/brainvisa-cmake
# The following line will be removed when conda branch is merged in master
git -C "$CASA_SRC" clone --branch conda https://github.com/brainvisa/axon
fi

if [ ! -e "$CASA/conf" ]; then
Expand Down

0 comments on commit ddb3337

Please sign in to comment.