From 7bdbb022fbcd485b23a082ea56a304abcc6241f4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 22 Sep 2022 08:01:15 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9618c2f03..d373a8626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,15 +32,15 @@ matrix: before_script: &common-before - COMMON_FLAGS="TARGET=POWER8" script: - - travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE - - wget -q https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh - - sh ./Anaconda3-2022.05-Linux-ppc64le.sh -b -p $HOME/conda - - eval "$($HOME/conda/bin/conda shell.bash hook)" - - conda init + - travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE// + - #wget -q https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh + - #sh ./Anaconda3-2022.05-Linux-ppc64le.sh -b -p $HOME/conda + - #eval "$($HOME/conda/bin/conda shell.bash hook)" + - #conda init - #conda create condas - - conda activate #condas - - conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses hypothesis expecttest - - conda install -y pytorch + - #conda activate #condas + - #conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses hypothesis expecttest + - #conda install -y pytorch - #git clone --recursive https://github.com/pytorch/pytorch - #export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"} - #cd pytorch @@ -52,7 +52,9 @@ matrix: - cd / - sudo tar jxf /home/travis/build/xianyi/OpenBLAS/pytorchbin.tbz - cd - - - mv /usr/local/conda/lib/python3.9/site-packages/torch/lib/* /home/travis/conda/lib/python-3.9/site-packages/torch/lib + - /usr/local/conda/bin/conda shell.bash hook + - /usr/local/conda/bin/conda init + - /usr/local/conda/bin/conda activate - #cd pytorch/build - #rm CMakeCache.txt - #wget https://www.mkroeker.com/CMakeCache.txt