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
65e3f5dd
"openmmapi/vscode:/vscode.git/clone" did not exist on "0ab3aa3ac7b271c75f936a887af838735c724621"
Commit
65e3f5dd
authored
Apr 24, 2020
by
peastman
Browse files
Install pcre
parent
a1a67247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.travis.yml
.travis.yml
+2
-0
No files found.
.travis.yml
View file @
65e3f5dd
...
...
@@ -190,6 +190,7 @@ before_install:
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;
...
...
@@ -198,6 +199,7 @@ before_install:
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;
...
...
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