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
01494ff9
"vscode:/vscode.git/clone" did not exist on "104e827e72287b469740d649cb3157f58dac7a92"
Commit
01494ff9
authored
Jul 03, 2014
by
John Chodera (MSKCC)
Browse files
Updated preinstall script with more prereqs.
parent
c5e11138
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
tools/ci/install.sh
tools/ci/install.sh
+8
-1
No files found.
tools/ci/install.sh
View file @
01494ff9
# Original OpenMM .travis.yml requirements.
sudo
apt-get update
-qq
sudo
apt-get
install
-qq
libpcre3 libpcre3-dev gromacs
sudo
apt-get
install
-qq
swig doxygen llvm-3.3
export
ASAN_SYMBOLIZER_PATH
=
/usr/bin/llvm-symbolizer-3.3
# New requirements.
sudo
apt-get
install
-qq
-y
g++ gfortran csh
sudo
apt-get
install
-qq
-y
g++-multilib gcc-multilib
wget http://repo.continuum.io/miniconda/Miniconda-3.0.5-Linux-x86_64.sh
...
...
@@ -10,4 +17,4 @@ conda update --yes conda
conda config
--add
channels http://conda.binstar.org/omnia
conda create
--yes
-n
${
python
}
python
=
${
python
}
--file
tools/ci/requirements-conda.txt
source
activate
$python
$HOME
/miniconda/envs/
${
python
}
/bin/pip
install
$PIP_ARGS
pymbar
==
2.0.1-beta
nose-exclude
$HOME
/miniconda/envs/
${
python
}
/bin/pip
install
$PIP_ARGS
nose-exclude
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