"platforms/cuda2/tests/TestCudaCheckpoints.cpp" did not exist on "188bf2ef6ab5deb98625e2ae3046ac5764c7b641"
Commit ba873239 authored by peastman's avatar peastman
Browse files

Fixed syntax errors

parent b0a6759e
...@@ -188,24 +188,28 @@ before_install: ...@@ -188,24 +188,28 @@ before_install:
export SWIG_LIB=$HOME/swig/share/swig/3.0.7; export SWIG_LIB=$HOME/swig/share/swig/3.0.7;
pip install cython; pip install cython;
fi fi
- if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" ]]; then - if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" || "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
sudo apt-get install swig; sudo apt-get install swig;
pip install cython;
fi
#- if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" ]]; then
# sudo apt-get install libpcre3;
# wget https://anaconda.org/conda-forge/swig/4.0.1/download/linux-ppc64le/swig-4.0.1-hb209c28_0.tar.bz2; # wget https://anaconda.org/conda-forge/swig/4.0.1/download/linux-ppc64le/swig-4.0.1-hb209c28_0.tar.bz2;
# mkdir $HOME/swig; # mkdir $HOME/swig;
# tar -xjvf swig-4.0.1-hb209c28_0.tar.bz2 -C $HOME/swig; # tar -xjvf swig-4.0.1-hb209c28_0.tar.bz2 -C $HOME/swig;
# export PATH=$HOME/swig/bin:$PATH; # export PATH=$HOME/swig/bin:$PATH;
# export SWIG_LIB=$HOME/swig/share/swig/4.0.1; # export SWIG_LIB=$HOME/swig/share/swig/4.0.1;
pip install cython; # pip install cython;
fi # fi
- if [[ "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then #- if [[ "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
sudo apt-get install swig; # sudo apt-get install libpcre3;
# wget https://anaconda.org/conda-forge/swig/4.0.1/download/linux-aarch64/swig-4.0.1-he1b5a44_0.tar.bz2; # wget https://anaconda.org/conda-forge/swig/4.0.1/download/linux-aarch64/swig-4.0.1-he1b5a44_0.tar.bz2;
# mkdir $HOME/swig; # mkdir $HOME/swig;
# tar -xjvf swig-4.0.1-he1b5a44_0.tar.bz2 -C $HOME/swig; # tar -xjvf swig-4.0.1-he1b5a44_0.tar.bz2 -C $HOME/swig;
# export PATH=$HOME/swig/bin:$PATH; # export PATH=$HOME/swig/bin:$PATH;
# export SWIG_LIB=$HOME/swig/share/swig/4.0.1; # export SWIG_LIB=$HOME/swig/share/swig/4.0.1;
pip install cython; # pip install cython;
fi # fi
- if [[ "$OPENCL" == "false" && "$CUDA" == "false" && "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ "$OPENCL" == "false" && "$CUDA" == "false" && "$TRAVIS_OS_NAME" == "osx" ]]; then
wget http://anaconda.org/omnia/swig/3.0.7/download/osx-64/swig-3.0.7-0.tar.bz2; wget http://anaconda.org/omnia/swig/3.0.7/download/osx-64/swig-3.0.7-0.tar.bz2;
mkdir $HOME/swig; mkdir $HOME/swig;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment