From 37edf3163e8ad0632e247d5201e143bd320a29d8 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 5 Nov 2021 15:47:50 +0100 Subject: [PATCH] Added installer for cython and git lfs --- cara/scripts/themes/base/cara_script.command | 2 ++ cara/scripts/themes/cern/cara_script.command | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cara/scripts/themes/base/cara_script.command b/cara/scripts/themes/base/cara_script.command index 5d34e193..f0b10069 100755 --- a/cara/scripts/themes/base/cara_script.command +++ b/cara/scripts/themes/base/cara_script.command @@ -1,9 +1,11 @@ cd Downloads git clone https://gitlab.cern.ch/cara/cara.git cd cara +git lfs install git lfs pull if [[ `uname -m` == 'arm64' ]]; then pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple + pip3 install Cython pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e . diff --git a/cara/scripts/themes/cern/cara_script.command b/cara/scripts/themes/cern/cara_script.command index f217789b..9abec5d5 100755 --- a/cara/scripts/themes/cern/cara_script.command +++ b/cara/scripts/themes/cern/cara_script.command @@ -1,9 +1,11 @@ cd Downloads git clone https://gitlab.cern.ch/cara/cara.git cd cara +git lfs install git lfs pull if [[ `uname -m` == 'arm64' ]]; then pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple + pip3 install Cython pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e .