Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
ba873239
Commit
ba873239
authored
Apr 24, 2020
by
peastman
Browse files
Fixed syntax errors
parent
b0a6759e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
.travis.yml
.travis.yml
+11
-7
No files found.
.travis.yml
View file @
ba873239
...
...
@@ -188,24 +188,28 @@ before_install:
export SWIG_LIB=$HOME/swig/share/swig/3.0.7;
pip install cython;
fi
-
if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" ]]; then
-
if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le"
|| "${TRAVIS_CPU_ARCH}" == "arm64"
]]; then
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;
# mkdir $HOME/swig;
# tar -xjvf swig-4.0.1-hb209c28_0.tar.bz2 -C $HOME/swig;
# export PATH=$HOME/swig/bin:$PATH;
# export SWIG_LIB=$HOME/swig/share/swig/4.0.1;
pip install cython;
fi
-
if [[ "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
sudo apt-get install
swig
;
#
pip install cython;
#
fi
#
- if [[ "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
#
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;
# mkdir $HOME/swig;
# tar -xjvf swig-4.0.1-he1b5a44_0.tar.bz2 -C $HOME/swig;
# export PATH=$HOME/swig/bin:$PATH;
# export SWIG_LIB=$HOME/swig/share/swig/4.0.1;
pip install cython;
fi
#
pip install cython;
#
fi
-
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;
mkdir $HOME/swig;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment