Update .travis.yml

This commit is contained in:
Martin Kroeker 2022-09-22 08:01:15 +02:00 committed by GitHub
parent b6855d70ed
commit 7bdbb022fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 9 deletions

View File

@ -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